public class Calendar.CalendarList.Watch extends CalendarRequest<Channel>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description | 
|---|---|
protected  | 
Watch(Channel content)
Watch for changes to CalendarList resources. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getMaxResults()
Maximum number of entries returned on one result page. 
 | 
String | 
getMinAccessRole()
The minimum access role for the user in the returned entries. 
 | 
String | 
getPageToken()
Token specifying which result page to return. 
 | 
Boolean | 
getShowDeleted()
Whether to include deleted calendar list entries in the result. 
 | 
Boolean | 
getShowHidden()
Whether to show hidden entries. 
 | 
String | 
getSyncToken()
Token obtained from the nextSyncToken field returned on the last page of results from the previous
     list request. 
 | 
Calendar.CalendarList.Watch | 
set(String parameterName,
   Object value)  | 
Calendar.CalendarList.Watch | 
setAlt(String alt)
Data format for the response. 
 | 
Calendar.CalendarList.Watch | 
setFields(String fields)
Selector specifying which fields to include in a partial response. 
 | 
Calendar.CalendarList.Watch | 
setKey(String key)
API key. 
 | 
Calendar.CalendarList.Watch | 
setMaxResults(Integer maxResults)
Maximum number of entries returned on one result page. 
 | 
Calendar.CalendarList.Watch | 
setMinAccessRole(String minAccessRole)
The minimum access role for the user in the returned entries. 
 | 
Calendar.CalendarList.Watch | 
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. 
 | 
Calendar.CalendarList.Watch | 
setPageToken(String pageToken)
Token specifying which result page to return. 
 | 
Calendar.CalendarList.Watch | 
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. 
 | 
Calendar.CalendarList.Watch | 
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes. 
 | 
Calendar.CalendarList.Watch | 
setShowDeleted(Boolean showDeleted)
Whether to include deleted calendar list entries in the result. 
 | 
Calendar.CalendarList.Watch | 
setShowHidden(Boolean showHidden)
Whether to show hidden entries. 
 | 
Calendar.CalendarList.Watch | 
setSyncToken(String syncToken)
Token obtained from the nextSyncToken field returned on the last page of results from the
 previous list request. 
 | 
Calendar.CalendarList.Watch | 
setUserIp(String userIp)
Deprecated. 
 | 
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, 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, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected 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 Channelpublic Calendar.CalendarList.Watch setAlt(String alt)
CalendarRequestsetAlt in class CalendarRequest<Channel>public Calendar.CalendarList.Watch setFields(String fields)
CalendarRequestsetFields in class CalendarRequest<Channel>public Calendar.CalendarList.Watch setKey(String key)
CalendarRequestsetKey in class CalendarRequest<Channel>public Calendar.CalendarList.Watch setOauthToken(String oauthToken)
CalendarRequestsetOauthToken in class CalendarRequest<Channel>public Calendar.CalendarList.Watch setPrettyPrint(Boolean prettyPrint)
CalendarRequestsetPrettyPrint in class CalendarRequest<Channel>public Calendar.CalendarList.Watch setQuotaUser(String quotaUser)
CalendarRequestsetQuotaUser in class CalendarRequest<Channel>public Calendar.CalendarList.Watch setUserIp(String userIp)
CalendarRequestsetUserIp in class CalendarRequest<Channel>public Integer getMaxResults()
public Calendar.CalendarList.Watch setMaxResults(Integer maxResults)
public String getMinAccessRole()
public Calendar.CalendarList.Watch setMinAccessRole(String minAccessRole)
public String getPageToken()
public Calendar.CalendarList.Watch setPageToken(String pageToken)
public Boolean getShowDeleted()
public Calendar.CalendarList.Watch setShowDeleted(Boolean showDeleted)
public Boolean getShowHidden()
public Calendar.CalendarList.Watch setShowHidden(Boolean showHidden)
public String getSyncToken()
public Calendar.CalendarList.Watch setSyncToken(String syncToken)
public Calendar.CalendarList.Watch set(String parameterName, Object value)
set in class CalendarRequest<Channel>Copyright © 2011–2025 Google. All rights reserved.