public class Calendar.CalendarList.Get extends CalendarRequest<CalendarListEntry>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Calendar.CalendarList.Get(java.lang.String calendarId)
Returns an entry 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() |
java.lang.String |
getCalendarId()
Calendar identifier.
|
Calendar.CalendarList.Get |
set(java.lang.String parameterName,
java.lang.Object value) |
Calendar.CalendarList.Get |
setAlt(java.lang.String alt)
Data format for the response.
|
Calendar.CalendarList.Get |
setCalendarId(java.lang.String calendarId)
Calendar identifier.
|
Calendar.CalendarList.Get |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Calendar.CalendarList.Get |
setKey(java.lang.String key)
API key.
|
Calendar.CalendarList.Get |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Calendar.CalendarList.Get |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Calendar.CalendarList.Get |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Calendar.CalendarList.Get |
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, 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
protected Calendar.CalendarList.Get(java.lang.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 com.google.api.client.http.HttpResponse executeUsingHead() throws java.io.IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CalendarListEntry>
java.io.IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws java.io.IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<CalendarListEntry>
java.io.IOException
public Calendar.CalendarList.Get setAlt(java.lang.String alt)
CalendarRequest
setAlt
in class CalendarRequest<CalendarListEntry>
public Calendar.CalendarList.Get setFields(java.lang.String fields)
CalendarRequest
setFields
in class CalendarRequest<CalendarListEntry>
public Calendar.CalendarList.Get setKey(java.lang.String key)
CalendarRequest
setKey
in class CalendarRequest<CalendarListEntry>
public Calendar.CalendarList.Get setOauthToken(java.lang.String oauthToken)
CalendarRequest
setOauthToken
in class CalendarRequest<CalendarListEntry>
public Calendar.CalendarList.Get setPrettyPrint(java.lang.Boolean prettyPrint)
CalendarRequest
setPrettyPrint
in class CalendarRequest<CalendarListEntry>
public Calendar.CalendarList.Get setQuotaUser(java.lang.String quotaUser)
CalendarRequest
setQuotaUser
in class CalendarRequest<CalendarListEntry>
public Calendar.CalendarList.Get setUserIp(java.lang.String userIp)
CalendarRequest
setUserIp
in class CalendarRequest<CalendarListEntry>
public java.lang.String getCalendarId()
public Calendar.CalendarList.Get setCalendarId(java.lang.String calendarId)
public Calendar.CalendarList.Get set(java.lang.String parameterName, java.lang.Object value)
set
in class CalendarRequest<CalendarListEntry>