target.apidocs.com.google.api.services.calendar.Calendar.Acl.Watch.html Maven / Gradle / Ivy
Calendar.Acl.Watch (Calendar API v3-rev20240927-2.0.0)
com.google.api.services.calendar
Class Calendar.Acl.Watch
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
-
- com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
-
- com.google.api.services.calendar.CalendarRequest<Channel>
-
- com.google.api.services.calendar.Calendar.Acl.Watch
-
- Enclosing class:
- Calendar.Acl
public class Calendar.Acl.Watch
extends CalendarRequest<Channel>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Modifier
Constructor and Description
protected
Watch(String calendarId,
Channel content)
Watch for changes to ACL resources.
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
String
getCalendarId()
Calendar identifier.
Integer
getMaxResults()
Maximum number of entries returned on one result page.
String
getPageToken()
Token specifying which result page to return.
Boolean
getShowDeleted()
Whether to include deleted ACLs in the result.
String
getSyncToken()
Token obtained from the nextSyncToken field returned on the last page of results from the previous
list request.
Calendar.Acl.Watch
set(String parameterName,
Object value)
Calendar.Acl.Watch
setAlt(String alt)
Data format for the response.
Calendar.Acl.Watch
setCalendarId(String calendarId)
Calendar identifier.
Calendar.Acl.Watch
setFields(String fields)
Selector specifying which fields to include in a partial response.
Calendar.Acl.Watch
setKey(String key)
API key.
Calendar.Acl.Watch
setMaxResults(Integer maxResults)
Maximum number of entries returned on one result page.
Calendar.Acl.Watch
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
Calendar.Acl.Watch
setPageToken(String pageToken)
Token specifying which result page to return.
Calendar.Acl.Watch
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
Calendar.Acl.Watch
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
Calendar.Acl.Watch
setShowDeleted(Boolean showDeleted)
Whether to include deleted ACLs in the result.
Calendar.Acl.Watch
setSyncToken(String syncToken)
Token obtained from the nextSyncToken field returned on the last page of results from the
previous list request.
Calendar.Acl.Watch
setUserIp(String userIp)
Deprecated.
-
Methods inherited from class com.google.api.services.calendar.CalendarRequest
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
-
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest
getJsonContent, newExceptionOnError, queue
-
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
-
Methods inherited from class com.google.api.client.util.GenericData
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Constructor Detail
-
Watch
protected Watch(String calendarId,
Channel content)
Watch for changes to ACL resources.
Create a request for the method "acl.watch".
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.
Calendar.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must
be called to initialize this instance immediately after invoking the constructor.
- Parameters:
calendarId
- Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.
content
- the Channel
- Since:
- 1.13
-
Method Detail
-
setAlt
public Calendar.Acl.Watch setAlt(String alt)
Description copied from class: CalendarRequest
Data format for the response.
- Overrides:
setAlt
in class CalendarRequest<Channel>
-
setFields
public Calendar.Acl.Watch setFields(String fields)
Description copied from class: CalendarRequest
Selector specifying which fields to include in a partial response.
- Overrides:
setFields
in class CalendarRequest<Channel>
-
setKey
public Calendar.Acl.Watch setKey(String key)
Description copied from class: CalendarRequest
API key. Your API key identifies your project and provides you with API access, quota, and
reports. Required unless you provide an OAuth 2.0 token.
- Overrides:
setKey
in class CalendarRequest<Channel>
-
setOauthToken
public Calendar.Acl.Watch setOauthToken(String oauthToken)
Description copied from class: CalendarRequest
OAuth 2.0 token for the current user.
- Overrides:
setOauthToken
in class CalendarRequest<Channel>
-
setPrettyPrint
public Calendar.Acl.Watch setPrettyPrint(Boolean prettyPrint)
Description copied from class: CalendarRequest
Returns response with indentations and line breaks.
- Overrides:
setPrettyPrint
in class CalendarRequest<Channel>
-
setQuotaUser
public Calendar.Acl.Watch setQuotaUser(String quotaUser)
Description copied from class: CalendarRequest
An opaque string that represents a user for quota purposes. Must not exceed 40 characters.
- Overrides:
setQuotaUser
in class CalendarRequest<Channel>
-
setUserIp
public Calendar.Acl.Watch setUserIp(String userIp)
Description copied from class: CalendarRequest
Deprecated. Please use quotaUser instead.
- Overrides:
setUserIp
in class CalendarRequest<Channel>
-
getCalendarId
public String getCalendarId()
Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.
-
setCalendarId
public Calendar.Acl.Watch setCalendarId(String calendarId)
Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you
want to access the primary calendar of the currently logged in user, use the "primary"
keyword.
-
getMaxResults
public Integer getMaxResults()
Maximum number of entries returned on one result page. By default the value is 100 entries. The
page size can never be larger than 250 entries. Optional.
[minimum: 1]
-
setMaxResults
public Calendar.Acl.Watch setMaxResults(Integer maxResults)
Maximum number of entries returned on one result page. By default the value is 100 entries.
The page size can never be larger than 250 entries. Optional.
-
getPageToken
public String getPageToken()
Token specifying which result page to return. Optional.
-
setPageToken
public Calendar.Acl.Watch setPageToken(String pageToken)
Token specifying which result page to return. Optional.
-
getShowDeleted
public Boolean getShowDeleted()
Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal to
"none". Deleted ACLs will always be included if syncToken is provided. Optional. The default is
False.
-
setShowDeleted
public Calendar.Acl.Watch setShowDeleted(Boolean showDeleted)
Whether to include deleted ACLs in the result. Deleted ACLs are represented by role equal
to "none". Deleted ACLs will always be included if syncToken is provided. Optional. The
default is False.
-
getSyncToken
public String getSyncToken()
Token obtained from the nextSyncToken field returned on the last page of results from the previous
list request. It makes the result of this list request contain only entries that have changed since
then. All entries deleted since the previous list request will always be in the result set and it
is not allowed to set showDeleted to False. If the syncToken expires, the server will respond with
a 410 GONE response code and the client should clear its storage and perform a full synchronization
without any syncToken. Learn more about incremental synchronization. Optional. The default is to
return all entries.
-
setSyncToken
public Calendar.Acl.Watch setSyncToken(String syncToken)
Token obtained from the nextSyncToken field returned on the last page of results from the
previous list request. It makes the result of this list request contain only entries that
have changed since then. All entries deleted since the previous list request will always be
in the result set and it is not allowed to set showDeleted to False. If the syncToken
expires, the server will respond with a 410 GONE response code and the client should clear
its storage and perform a full synchronization without any syncToken. Learn more about
incremental synchronization. Optional. The default is to return all entries.
-
set
public Calendar.Acl.Watch set(String parameterName,
Object value)
- Overrides:
set
in class CalendarRequest<Channel>
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy