public class Calendar.Events.Instances extends CalendarRequest<Events>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Calendar.Events.Instances(String calendarId,
String eventId)
Returns instances of the specified recurring event.
|
| Modifier and Type | Method and Description |
|---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
Boolean |
getAlwaysIncludeEmail()
Whether to always include a value in the "email" field for the organizer, creator and attendees,
even if no real email is available (i.e.
|
String |
getCalendarId()
Calendar identifier.
|
String |
getEventId()
Recurring event identifier.
|
Integer |
getMaxAttendees()
The maximum number of attendees to include in the response.
|
Integer |
getMaxResults()
Maximum number of events returned on one result page.
|
String |
getOriginalStart()
The original start time of the instance in the result.
|
String |
getPageToken()
Token specifying which result page to return.
|
Boolean |
getShowDeleted()
Whether to include deleted events (with 'status' equals 'cancelled') in the result.
|
DateTime |
getTimeMax()
Upper bound (exclusive) for an event's start time to filter by.
|
DateTime |
getTimeMin()
Lower bound (inclusive) for an event's end time to filter by.
|
String |
getTimeZone()
Time zone used in the response.
|
Calendar.Events.Instances |
set(String parameterName,
Object value) |
Calendar.Events.Instances |
setAlt(String alt)
Data format for the response.
|
Calendar.Events.Instances |
setAlwaysIncludeEmail(Boolean alwaysIncludeEmail)
Whether to always include a value in the "email" field for the organizer, creator and
attendees, even if no real email is available (i.e.
|
Calendar.Events.Instances |
setCalendarId(String calendarId)
Calendar identifier.
|
Calendar.Events.Instances |
setEventId(String eventId)
Recurring event identifier.
|
Calendar.Events.Instances |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Calendar.Events.Instances |
setKey(String key)
API key.
|
Calendar.Events.Instances |
setMaxAttendees(Integer maxAttendees)
The maximum number of attendees to include in the response.
|
Calendar.Events.Instances |
setMaxResults(Integer maxResults)
Maximum number of events returned on one result page.
|
Calendar.Events.Instances |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Calendar.Events.Instances |
setOriginalStart(String originalStart)
The original start time of the instance in the result.
|
Calendar.Events.Instances |
setPageToken(String pageToken)
Token specifying which result page to return.
|
Calendar.Events.Instances |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Calendar.Events.Instances |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Calendar.Events.Instances |
setShowDeleted(Boolean showDeleted)
Whether to include deleted events (with 'status' equals 'cancelled') in the result.
|
Calendar.Events.Instances |
setTimeMax(DateTime timeMax)
Upper bound (exclusive) for an event's start time to filter by.
|
Calendar.Events.Instances |
setTimeMin(DateTime timeMin)
Lower bound (inclusive) for an event's end time to filter by.
|
Calendar.Events.Instances |
setTimeZone(String timeZone)
Time zone used in the response.
|
Calendar.Events.Instances |
setUserIp(String userIp)
IP address of the site where the request originates.
|
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, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, valuesprotected Calendar.Events.Instances(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.eventId - Recurring event identifier.public HttpResponse executeUsingHead() throws IOException
executeUsingHead in class AbstractGoogleClientRequest<Events>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<Events>IOExceptionpublic Calendar.Events.Instances setAlt(String alt)
CalendarRequestsetAlt in class CalendarRequest<Events>public Calendar.Events.Instances setFields(String fields)
CalendarRequestsetFields in class CalendarRequest<Events>public Calendar.Events.Instances setKey(String key)
CalendarRequestsetKey in class CalendarRequest<Events>public Calendar.Events.Instances setOauthToken(String oauthToken)
CalendarRequestsetOauthToken in class CalendarRequest<Events>public Calendar.Events.Instances setPrettyPrint(Boolean prettyPrint)
CalendarRequestsetPrettyPrint in class CalendarRequest<Events>public Calendar.Events.Instances setQuotaUser(String quotaUser)
CalendarRequestsetQuotaUser in class CalendarRequest<Events>public Calendar.Events.Instances setUserIp(String userIp)
CalendarRequestsetUserIp in class CalendarRequest<Events>public String getCalendarId()
public Calendar.Events.Instances setCalendarId(String calendarId)
public String getEventId()
public Calendar.Events.Instances setEventId(String eventId)
public Boolean getShowDeleted()
public Calendar.Events.Instances setShowDeleted(Boolean showDeleted)
public DateTime getTimeMax()
public Calendar.Events.Instances setTimeMax(DateTime timeMax)
public Boolean getAlwaysIncludeEmail()
public Calendar.Events.Instances setAlwaysIncludeEmail(Boolean alwaysIncludeEmail)
public Integer getMaxResults()
public Calendar.Events.Instances setMaxResults(Integer maxResults)
public String getPageToken()
public Calendar.Events.Instances setPageToken(String pageToken)
public DateTime getTimeMin()
public Calendar.Events.Instances setTimeMin(DateTime timeMin)
public String getTimeZone()
public Calendar.Events.Instances setTimeZone(String timeZone)
public String getOriginalStart()
public Calendar.Events.Instances setOriginalStart(String originalStart)
public Integer getMaxAttendees()
public Calendar.Events.Instances setMaxAttendees(Integer maxAttendees)
public Calendar.Events.Instances set(String parameterName, Object value)
set in class CalendarRequest<Events>