target.apidocs.com.google.api.services.calendar.Calendar.Settings.html Maven / Gradle / Ivy
The newest version!
Calendar.Settings (Calendar API v3-rev20241101-2.0.0)
com.google.api.services.calendar
Class Calendar.Settings
- java.lang.Object
-
- com.google.api.services.calendar.Calendar.Settings
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
Calendar.Settings.Get
class
Calendar.Settings.List
class
Calendar.Settings.Watch
-
Constructor Summary
Constructors
Constructor and Description
Settings()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
-
Method Detail
-
get
public Calendar.Settings.Get get(String setting)
throws IOException
Returns a single user setting.
Create a request for the method "settings.get".
This request holds the parameters needed by the calendar server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
setting
- The id of the user setting.
- Returns:
- the request
- Throws:
IOException
-
list
public Calendar.Settings.List list()
throws 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 calendar server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Returns:
- the request
- Throws:
IOException
-
watch
public Calendar.Settings.Watch watch(Channel content)
throws IOException
Watch for changes to Settings resources.
Create a request for the method "settings.watch".
This request holds the parameters needed by the calendar server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
content
- the Channel
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy