public class Calendar.CalendarList.Watch extends CalendarRequest<Channel>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Calendar.CalendarList.Watch(Channel content)
Watch for changes to CalendarList resources.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getMaxResults()
Maximum number of entries returned on one result page.
|
java.lang.String |
getMinAccessRole()
The minimum access role for the user in the returned entries.
|
java.lang.String |
getPageToken()
Token specifying which result page to return.
|
java.lang.Boolean |
getShowDeleted()
Whether to include deleted calendar list entries in the result.
|
java.lang.Boolean |
getShowHidden()
Whether to show hidden entries.
|
java.lang.String |
getSyncToken()
Token obtained from the nextSyncToken field returned on the last page of results from the previous
list request.
|
Calendar.CalendarList.Watch |
set(java.lang.String parameterName,
java.lang.Object value) |
Calendar.CalendarList.Watch |
setAlt(java.lang.String alt)
Data format for the response.
|
Calendar.CalendarList.Watch |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Calendar.CalendarList.Watch |
setKey(java.lang.String key)
API key.
|
Calendar.CalendarList.Watch |
setMaxResults(java.lang.Integer maxResults)
Maximum number of entries returned on one result page.
|
Calendar.CalendarList.Watch |
setMinAccessRole(java.lang.String minAccessRole)
The minimum access role for the user in the returned entries.
|
Calendar.CalendarList.Watch |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Calendar.CalendarList.Watch |
setPageToken(java.lang.String pageToken)
Token specifying which result page to return.
|
Calendar.CalendarList.Watch |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Calendar.CalendarList.Watch |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Calendar.CalendarList.Watch |
setShowDeleted(java.lang.Boolean showDeleted)
Whether to include deleted calendar list entries in the result.
|
Calendar.CalendarList.Watch |
setShowHidden(java.lang.Boolean showHidden)
Whether to show hidden entries.
|
Calendar.CalendarList.Watch |
setSyncToken(java.lang.String syncToken)
Token obtained from the nextSyncToken field returned on the last page of results from the
previous list request.
|
Calendar.CalendarList.Watch |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
protected Calendar.CalendarList.Watch(Channel content)
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.
content
- the Channel
public Calendar.CalendarList.Watch setAlt(java.lang.String alt)
CalendarRequest
setAlt
in class CalendarRequest<Channel>
public Calendar.CalendarList.Watch setFields(java.lang.String fields)
CalendarRequest
setFields
in class CalendarRequest<Channel>
public Calendar.CalendarList.Watch setKey(java.lang.String key)
CalendarRequest
setKey
in class CalendarRequest<Channel>
public Calendar.CalendarList.Watch setOauthToken(java.lang.String oauthToken)
CalendarRequest
setOauthToken
in class CalendarRequest<Channel>
public Calendar.CalendarList.Watch setPrettyPrint(java.lang.Boolean prettyPrint)
CalendarRequest
setPrettyPrint
in class CalendarRequest<Channel>
public Calendar.CalendarList.Watch setQuotaUser(java.lang.String quotaUser)
CalendarRequest
setQuotaUser
in class CalendarRequest<Channel>
public Calendar.CalendarList.Watch setUserIp(java.lang.String userIp)
CalendarRequest
setUserIp
in class CalendarRequest<Channel>
public java.lang.String getSyncToken()
public Calendar.CalendarList.Watch setSyncToken(java.lang.String syncToken)
public java.lang.Boolean getShowDeleted()
public Calendar.CalendarList.Watch setShowDeleted(java.lang.Boolean showDeleted)
public java.lang.String getMinAccessRole()
public Calendar.CalendarList.Watch setMinAccessRole(java.lang.String minAccessRole)
public java.lang.Integer getMaxResults()
public Calendar.CalendarList.Watch setMaxResults(java.lang.Integer maxResults)
public java.lang.String getPageToken()
public Calendar.CalendarList.Watch setPageToken(java.lang.String pageToken)
public java.lang.Boolean getShowHidden()
public Calendar.CalendarList.Watch setShowHidden(java.lang.Boolean showHidden)
public Calendar.CalendarList.Watch set(java.lang.String parameterName, java.lang.Object value)
set
in class CalendarRequest<Channel>