Calendar API v3 (revision 30)



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

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

public class Calendar.Settings
extends java.lang.Object

The "settings" collection of methods.


Nested Class Summary
 class Calendar.Settings.Get
           
 class Calendar.Settings.List
           
 
Constructor Summary
Calendar.Settings()
           
 
Method Summary
 Calendar.Settings.Get get(java.lang.String setting)
          Returns a single user setting.
 Calendar.Settings.List list()
          Returns all user settings for the authenticated user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Calendar.Settings

public Calendar.Settings()
Method Detail

get

public Calendar.Settings.Get get(java.lang.String setting)
                          throws java.io.IOException
Returns a single user setting. Create a request for the method "settings.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:
setting - Name of the user setting.
Returns:
the request
Throws:
java.io.IOException

list

public Calendar.Settings.List list()
                            throws java.io.IOException
Returns all user settings for the authenticated user. Create a request for the method "settings.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