public class Calendar.Events.Get extends CalendarRequest<Event>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Get(String calendarId,
String eventId)
Returns an event based on its Google Calendar ID.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
Boolean |
getAlwaysIncludeEmail()
Deprecated and ignored.
|
String |
getCalendarId()
Calendar identifier.
|
String |
getEventId()
Event identifier.
|
Integer |
getMaxAttendees()
The maximum number of attendees to include in the response.
|
String |
getTimeZone()
Time zone used in the response.
|
Calendar.Events.Get |
set(String parameterName,
Object value) |
Calendar.Events.Get |
setAlt(String alt)
Data format for the response.
|
Calendar.Events.Get |
setAlwaysIncludeEmail(Boolean alwaysIncludeEmail)
Deprecated and ignored.
|
Calendar.Events.Get |
setCalendarId(String calendarId)
Calendar identifier.
|
Calendar.Events.Get |
setEventId(String eventId)
Event identifier.
|
Calendar.Events.Get |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Calendar.Events.Get |
setKey(String key)
API key.
|
Calendar.Events.Get |
setMaxAttendees(Integer maxAttendees)
The maximum number of attendees to include in the response.
|
Calendar.Events.Get |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Calendar.Events.Get |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Calendar.Events.Get |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Calendar.Events.Get |
setTimeZone(String timeZone)
Time zone used in the response.
|
Calendar.Events.Get |
setUserIp(String userIp)
Deprecated.
|
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, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Get(String calendarId, String eventId)
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. To retrieve calendar IDs call the calendarList.list method. If you want to
access the primary calendar of the currently logged in user, use the "primary" keyword.eventId
- Event identifier.public com.google.api.client.http.HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Event>
IOException
public com.google.api.client.http.HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<Event>
IOException
public Calendar.Events.Get setAlt(String alt)
CalendarRequest
setAlt
in class CalendarRequest<Event>
public Calendar.Events.Get setFields(String fields)
CalendarRequest
setFields
in class CalendarRequest<Event>
public Calendar.Events.Get setKey(String key)
CalendarRequest
setKey
in class CalendarRequest<Event>
public Calendar.Events.Get setOauthToken(String oauthToken)
CalendarRequest
setOauthToken
in class CalendarRequest<Event>
public Calendar.Events.Get setPrettyPrint(Boolean prettyPrint)
CalendarRequest
setPrettyPrint
in class CalendarRequest<Event>
public Calendar.Events.Get setQuotaUser(String quotaUser)
CalendarRequest
setQuotaUser
in class CalendarRequest<Event>
public Calendar.Events.Get setUserIp(String userIp)
CalendarRequest
setUserIp
in class CalendarRequest<Event>
public String getCalendarId()
public Calendar.Events.Get setCalendarId(String calendarId)
public String getEventId()
public Calendar.Events.Get setEventId(String eventId)
public Boolean getAlwaysIncludeEmail()
public Calendar.Events.Get setAlwaysIncludeEmail(Boolean alwaysIncludeEmail)
public Integer getMaxAttendees()
public Calendar.Events.Get setMaxAttendees(Integer maxAttendees)
public String getTimeZone()
public Calendar.Events.Get setTimeZone(String timeZone)
public Calendar.Events.Get set(String parameterName, Object value)
set
in class CalendarRequest<Event>
Copyright © 2011–2025 Google. All rights reserved.