public class Calendar.Acl.List extends CalendarRequest<Acl>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Calendar.Acl.List(String calendarId)
Returns the rules in the access control list for the calendar.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
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.List |
set(String parameterName,
Object value) |
Calendar.Acl.List |
setAlt(String alt)
Data format for the response.
|
Calendar.Acl.List |
setCalendarId(String calendarId)
Calendar identifier.
|
Calendar.Acl.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Calendar.Acl.List |
setKey(String key)
API key.
|
Calendar.Acl.List |
setMaxResults(Integer maxResults)
Maximum number of entries returned on one result page.
|
Calendar.Acl.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Calendar.Acl.List |
setPageToken(String pageToken)
Token specifying which result page to return.
|
Calendar.Acl.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Calendar.Acl.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Calendar.Acl.List |
setShowDeleted(Boolean showDeleted)
Whether to include deleted ACLs in the result.
|
Calendar.Acl.List |
setSyncToken(String syncToken)
Token obtained from the nextSyncToken field returned on the last page of results from the
previous list request.
|
Calendar.Acl.List |
setUserIp(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, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Calendar.Acl.List(String calendarId)
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.
calendarId
- Calendar identifier.public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<Acl>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<Acl>
IOException
public Calendar.Acl.List setAlt(String alt)
CalendarRequest
setAlt
in class CalendarRequest<Acl>
public Calendar.Acl.List setFields(String fields)
CalendarRequest
setFields
in class CalendarRequest<Acl>
public Calendar.Acl.List setKey(String key)
CalendarRequest
setKey
in class CalendarRequest<Acl>
public Calendar.Acl.List setOauthToken(String oauthToken)
CalendarRequest
setOauthToken
in class CalendarRequest<Acl>
public Calendar.Acl.List setPrettyPrint(Boolean prettyPrint)
CalendarRequest
setPrettyPrint
in class CalendarRequest<Acl>
public Calendar.Acl.List setQuotaUser(String quotaUser)
CalendarRequest
setQuotaUser
in class CalendarRequest<Acl>
public Calendar.Acl.List setUserIp(String userIp)
CalendarRequest
setUserIp
in class CalendarRequest<Acl>
public String getCalendarId()
public Calendar.Acl.List setCalendarId(String calendarId)
public String getPageToken()
public Calendar.Acl.List setPageToken(String pageToken)
public String getSyncToken()
public Calendar.Acl.List setSyncToken(String syncToken)
public Integer getMaxResults()
public Calendar.Acl.List setMaxResults(Integer maxResults)
public Boolean getShowDeleted()
public Calendar.Acl.List setShowDeleted(Boolean showDeleted)
public Calendar.Acl.List set(String parameterName, Object value)
set
in class CalendarRequest<Acl>