public class Calendar.CalendarList.List extends CalendarRequest<CalendarList>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description | 
|---|---|
protected  | 
List()
Returns the calendars on the user's calendar list. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.api.client.http.HttpRequest | 
buildHttpRequestUsingHead()  | 
com.google.api.client.http.HttpResponse | 
executeUsingHead()  | 
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.List | 
set(String parameterName,
   Object value)  | 
Calendar.CalendarList.List | 
setAlt(String alt)
Data format for the response. 
 | 
Calendar.CalendarList.List | 
setFields(String fields)
Selector specifying which fields to include in a partial response. 
 | 
Calendar.CalendarList.List | 
setKey(String key)
API key. 
 | 
Calendar.CalendarList.List | 
setMaxResults(Integer maxResults)
Maximum number of entries returned on one result page. 
 | 
Calendar.CalendarList.List | 
setMinAccessRole(String minAccessRole)
The minimum access role for the user in the returned entries. 
 | 
Calendar.CalendarList.List | 
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. 
 | 
Calendar.CalendarList.List | 
setPageToken(String pageToken)
Token specifying which result page to return. 
 | 
Calendar.CalendarList.List | 
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. 
 | 
Calendar.CalendarList.List | 
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes. 
 | 
Calendar.CalendarList.List | 
setShowDeleted(Boolean showDeleted)
Whether to include deleted calendar list entries in the result. 
 | 
Calendar.CalendarList.List | 
setShowHidden(Boolean showHidden)
Whether to show hidden entries. 
 | 
Calendar.CalendarList.List | 
setSyncToken(String syncToken)
Token obtained from the nextSyncToken field returned on the last page of results from the
 previous list request. 
 | 
Calendar.CalendarList.List | 
setUserIp(String userIp)
Deprecated. 
 | 
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, 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 List()
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. 
public com.google.api.client.http.HttpResponse executeUsingHead()
                                                         throws IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CalendarList>IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
                                                                 throws IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CalendarList>IOExceptionpublic Calendar.CalendarList.List setAlt(String alt)
CalendarRequestsetAlt in class CalendarRequest<CalendarList>public Calendar.CalendarList.List setFields(String fields)
CalendarRequestsetFields in class CalendarRequest<CalendarList>public Calendar.CalendarList.List setKey(String key)
CalendarRequestsetKey in class CalendarRequest<CalendarList>public Calendar.CalendarList.List setOauthToken(String oauthToken)
CalendarRequestsetOauthToken in class CalendarRequest<CalendarList>public Calendar.CalendarList.List setPrettyPrint(Boolean prettyPrint)
CalendarRequestsetPrettyPrint in class CalendarRequest<CalendarList>public Calendar.CalendarList.List setQuotaUser(String quotaUser)
CalendarRequestsetQuotaUser in class CalendarRequest<CalendarList>public Calendar.CalendarList.List setUserIp(String userIp)
CalendarRequestsetUserIp in class CalendarRequest<CalendarList>public Integer getMaxResults()
public Calendar.CalendarList.List setMaxResults(Integer maxResults)
public String getMinAccessRole()
public Calendar.CalendarList.List setMinAccessRole(String minAccessRole)
public String getPageToken()
public Calendar.CalendarList.List setPageToken(String pageToken)
public Boolean getShowDeleted()
public Calendar.CalendarList.List setShowDeleted(Boolean showDeleted)
public Boolean getShowHidden()
public Calendar.CalendarList.List setShowHidden(Boolean showHidden)
public String getSyncToken()
public Calendar.CalendarList.List setSyncToken(String syncToken)
public Calendar.CalendarList.List set(String parameterName, Object value)
set in class CalendarRequest<CalendarList>Copyright © 2011–2025 Google. All rights reserved.