|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.api.services.calendar.Calendar.Calendars
public class Calendar.Calendars
The "calendars" collection of methods.
Nested Class Summary | |
---|---|
class |
Calendar.Calendars.Clear
|
class |
Calendar.Calendars.Delete
|
class |
Calendar.Calendars.Get
|
class |
Calendar.Calendars.Insert
|
class |
Calendar.Calendars.Patch
|
class |
Calendar.Calendars.Update
|
Constructor Summary | |
---|---|
Calendar.Calendars()
|
Method Summary | |
---|---|
Calendar.Calendars.Clear |
clear(java.lang.String calendarId)
Clears a primary calendar. |
Calendar.Calendars.Delete |
delete(java.lang.String calendarId)
Deletes a secondary calendar. |
Calendar.Calendars.Get |
get(java.lang.String calendarId)
Returns metadata for a calendar. |
Calendar.Calendars.Insert |
insert(Calendar content)
Creates a secondary calendar. |
Calendar.Calendars.Patch |
patch(java.lang.String calendarId,
Calendar content)
Updates metadata for a calendar. |
Calendar.Calendars.Update |
update(java.lang.String calendarId,
Calendar content)
Updates metadata for a calendar. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Calendar.Calendars()
Method Detail |
---|
public Calendar.Calendars.Clear clear(java.lang.String calendarId) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
calendarId
- Calendar identifier.
java.io.IOException
public Calendar.Calendars.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.Calendars.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.Calendars.Insert insert(Calendar content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
content
- the Calendar
java.io.IOException
public Calendar.Calendars.Patch patch(java.lang.String calendarId, Calendar content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
calendarId
- Calendar identifier.content
- the Calendar
java.io.IOException
public Calendar.Calendars.Update update(java.lang.String calendarId, Calendar content) throws java.io.IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
calendarId
- Calendar identifier.content
- the Calendar
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |