Modifier and Type | Class and Description |
---|---|
class |
Calendar.Settings.Get |
class |
Calendar.Settings.List |
class |
Calendar.Settings.Watch |
Constructor and Description |
---|
Calendar.Settings() |
Modifier and Type | Method and Description |
---|---|
Calendar.Settings.Get |
get(String setting)
Returns a single user setting.
|
Calendar.Settings.List |
list()
Returns all user settings for the authenticated user.
|
Calendar.Settings.Watch |
watch(Channel content)
Watch for changes to Settings resources.
|
public Calendar.Settings.Get get(String setting) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.setting
- The id of the user setting.IOException
public Calendar.Settings.List list() throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.IOException
public Calendar.Settings.Watch watch(Channel content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.content
- the Channel
IOException