Calendar API v3 (revision 30)



com.google.api.services.calendar
Class Calendar.CalendarList

java.lang.Object
  extended by com.google.api.services.calendar.Calendar.CalendarList
Enclosing class:
Calendar

public class Calendar.CalendarList
extends java.lang.Object

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

Calendar.CalendarList

public Calendar.CalendarList()
Method Detail

delete

public Calendar.CalendarList.Delete delete(java.lang.String calendarId)
                                    throws java.io.IOException
Deletes an entry on the user's calendar list. Create a request for the method "calendarList.delete". This request holds the parameters needed by the the calendar server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
calendarId - Calendar identifier.
Returns:
the request
Throws:
java.io.IOException

get

public Calendar.CalendarList.Get get(java.lang.String calendarId)
                              throws java.io.IOException
Returns an entry on the user's calendar list. Create a request for the method "calendarList.get". This request holds the parameters needed by the the calendar server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
calendarId - Calendar identifier.
Returns:
the request
Throws:
java.io.IOException

insert

public Calendar.CalendarList.Insert insert(CalendarListEntry content)
                                    throws java.io.IOException
Adds an entry to the user's calendar list. Create a request for the method "calendarList.insert". This request holds the parameters needed by the the calendar server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
content - the CalendarListEntry
Returns:
the request
Throws:
java.io.IOException

list

public Calendar.CalendarList.List list()
                                throws java.io.IOException
Returns entries on the user's calendar list. Create a request for the method "calendarList.list". This request holds the parameters needed by the the calendar server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Returns:
the request
Throws:
java.io.IOException

patch

public Calendar.CalendarList.Patch patch(java.lang.String calendarId,
                                         CalendarListEntry content)
                                  throws java.io.IOException
Updates an entry on the user's calendar list. This method supports patch semantics. Create a request for the method "calendarList.patch". This request holds the parameters needed by the the calendar server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
calendarId - Calendar identifier.
content - the CalendarListEntry
Returns:
the request
Throws:
java.io.IOException

update

public Calendar.CalendarList.Update update(java.lang.String calendarId,
                                           CalendarListEntry content)
                                    throws java.io.IOException
Updates an entry on the user's calendar list. Create a request for the method "calendarList.update". This request holds the parameters needed by the the calendar server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.

Parameters:
calendarId - Calendar identifier.
content - the CalendarListEntry
Returns:
the request
Throws:
java.io.IOException