| Modifier and Type | Class and Description | 
|---|---|
class  | 
Calendar.Settings.Get  | 
class  | 
Calendar.Settings.List  | 
class  | 
Calendar.Settings.Watch  | 
| Constructor and Description | 
|---|
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.IOExceptionpublic Calendar.Settings.List list() throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.IOExceptionpublic Calendar.Settings.Watch watch(Channel content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.content - the ChannelIOExceptionCopyright © 2011–2025 Google. All rights reserved.