|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.calendar.Calendar.CalendarList
public class Calendar.CalendarList
The "calendarList" collection of methods.
Nested Class Summary | |
---|---|
class |
Calendar.CalendarList.Delete
|
class |
Calendar.CalendarList.Get
|
class |
Calendar.CalendarList.Insert
|
class |
Calendar.CalendarList.List
|
class |
Calendar.CalendarList.Patch
|
class |
Calendar.CalendarList.Update
|
Constructor Summary | |
---|---|
Calendar.CalendarList()
|
Method Summary | |
---|---|
Calendar.CalendarList.Delete |
delete(java.lang.String calendarId)
Deletes an entry on the user's calendar list. |
Calendar.CalendarList.Get |
get(java.lang.String calendarId)
Returns an entry on the user's calendar list. |
Calendar.CalendarList.Insert |
insert(CalendarListEntry content)
Adds an entry to the user's calendar list. |
Calendar.CalendarList.List |
list()
Returns entries on the user's calendar list. |
Calendar.CalendarList.Patch |
patch(java.lang.String calendarId,
CalendarListEntry content)
Updates an entry on the user's calendar list. |
Calendar.CalendarList.Update |
update(java.lang.String calendarId,
CalendarListEntry content)
Updates an entry on the user's calendar list. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Calendar.CalendarList()
Method Detail |
---|
public Calendar.CalendarList.Delete delete(java.lang.String calendarId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
calendarId
- Calendar identifier.
java.io.IOException
public Calendar.CalendarList.Get get(java.lang.String calendarId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
calendarId
- Calendar identifier.
java.io.IOException
public Calendar.CalendarList.Insert insert(CalendarListEntry content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
content
- the CalendarListEntry
java.io.IOException
public Calendar.CalendarList.List list() throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
java.io.IOException
public Calendar.CalendarList.Patch patch(java.lang.String calendarId, CalendarListEntry content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
calendarId
- Calendar identifier.content
- the CalendarListEntry
java.io.IOException
public Calendar.CalendarList.Update update(java.lang.String calendarId, CalendarListEntry content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
calendarId
- Calendar identifier.content
- the CalendarListEntry
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |