public class Calendar.Events.List extends CalendarRequest<Events>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Calendar.Events.List(String calendarId)
Returns events on the specified calendar.
|
| 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 |
getICalUID()
Specifies iCalendar UID (iCalUID) of events to be included in the response.
|
Integer |
getMaxAttendees()
The maximum number of attendees to include in the response.
|
Integer |
getMaxResults()
Maximum number of events returned on one result page.
|
String |
getOrderBy()
The order of the events returned in the result.
|
String |
getPageToken()
Token specifying which result page to return.
|
List<String> |
getPrivateExtendedProperty()
Extended properties constraint specified as propertyName=value.
|
String |
getQ()
Free text search terms to find events that match these terms in any field, except for extended
properties.
|
List<String> |
getSharedExtendedProperty()
Extended properties constraint specified as propertyName=value.
|
Boolean |
getShowDeleted()
Whether to include deleted events (with 'status' equals 'cancelled') in the result.
|
Boolean |
getShowHiddenInvitations()
Whether to include hidden invitations in the result.
|
Boolean |
getSingleEvents()
Whether to expand recurring events into instances and only return single one-off events and
instances of recurring events, but not the underlying recurring events themselves.
|
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.
|
DateTime |
getUpdatedMin()
Lower bound for an event's last modification time (as a RFC 3339 timestamp) to filter by.
|
Calendar.Events.List |
set(String parameterName,
Object value) |
Calendar.Events.List |
setAlt(String alt)
Data format for the response.
|
Calendar.Events.List |
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.List |
setCalendarId(String calendarId)
Calendar identifier.
|
Calendar.Events.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Calendar.Events.List |
setICalUID(String iCalUID)
Specifies iCalendar UID (iCalUID) of events to be included in the response.
|
Calendar.Events.List |
setKey(String key)
API key.
|
Calendar.Events.List |
setMaxAttendees(Integer maxAttendees)
The maximum number of attendees to include in the response.
|
Calendar.Events.List |
setMaxResults(Integer maxResults)
Maximum number of events returned on one result page.
|
Calendar.Events.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Calendar.Events.List |
setOrderBy(String orderBy)
The order of the events returned in the result.
|
Calendar.Events.List |
setPageToken(String pageToken)
Token specifying which result page to return.
|
Calendar.Events.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Calendar.Events.List |
setPrivateExtendedProperty(List<String> privateExtendedProperty)
Extended properties constraint specified as propertyName=value.
|
Calendar.Events.List |
setQ(String q)
Free text search terms to find events that match these terms in any field, except for
extended properties.
|
Calendar.Events.List |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Calendar.Events.List |
setSharedExtendedProperty(List<String> sharedExtendedProperty)
Extended properties constraint specified as propertyName=value.
|
Calendar.Events.List |
setShowDeleted(Boolean showDeleted)
Whether to include deleted events (with 'status' equals 'cancelled') in the result.
|
Calendar.Events.List |
setShowHiddenInvitations(Boolean showHiddenInvitations)
Whether to include hidden invitations in the result.
|
Calendar.Events.List |
setSingleEvents(Boolean singleEvents)
Whether to expand recurring events into instances and only return single one-off events and
instances of recurring events, but not the underlying recurring events themselves.
|
Calendar.Events.List |
setTimeMax(DateTime timeMax)
Upper bound (exclusive) for an event's start time to filter by.
|
Calendar.Events.List |
setTimeMin(DateTime timeMin)
Lower bound (inclusive) for an event's end time to filter by.
|
Calendar.Events.List |
setTimeZone(String timeZone)
Time zone used in the response.
|
Calendar.Events.List |
setUpdatedMin(DateTime updatedMin)
Lower bound for an event's last modification time (as a RFC 3339 timestamp) to filter by.
|
Calendar.Events.List |
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.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<Events>IOExceptionpublic HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead in class AbstractGoogleClientRequest<Events>IOExceptionpublic Calendar.Events.List setAlt(String alt)
CalendarRequestsetAlt in class CalendarRequest<Events>public Calendar.Events.List setFields(String fields)
CalendarRequestsetFields in class CalendarRequest<Events>public Calendar.Events.List setKey(String key)
CalendarRequestsetKey in class CalendarRequest<Events>public Calendar.Events.List setOauthToken(String oauthToken)
CalendarRequestsetOauthToken in class CalendarRequest<Events>public Calendar.Events.List setPrettyPrint(Boolean prettyPrint)
CalendarRequestsetPrettyPrint in class CalendarRequest<Events>public Calendar.Events.List setQuotaUser(String quotaUser)
CalendarRequestsetQuotaUser in class CalendarRequest<Events>public Calendar.Events.List setUserIp(String userIp)
CalendarRequestsetUserIp in class CalendarRequest<Events>public String getCalendarId()
public Calendar.Events.List setCalendarId(String calendarId)
public String getOrderBy()
public Calendar.Events.List setOrderBy(String orderBy)
public Boolean getShowHiddenInvitations()
public Calendar.Events.List setShowHiddenInvitations(Boolean showHiddenInvitations)
public Boolean getShowDeleted()
public Calendar.Events.List setShowDeleted(Boolean showDeleted)
public String getICalUID()
public Calendar.Events.List setICalUID(String iCalUID)
public DateTime getUpdatedMin()
public Calendar.Events.List setUpdatedMin(DateTime updatedMin)
public Boolean getSingleEvents()
public Calendar.Events.List setSingleEvents(Boolean singleEvents)
public DateTime getTimeMax()
public Calendar.Events.List setTimeMax(DateTime timeMax)
public Boolean getAlwaysIncludeEmail()
public Calendar.Events.List setAlwaysIncludeEmail(Boolean alwaysIncludeEmail)
public Integer getMaxResults()
public Calendar.Events.List setMaxResults(Integer maxResults)
public String getQ()
public Calendar.Events.List setQ(String q)
public String getPageToken()
public Calendar.Events.List setPageToken(String pageToken)
public DateTime getTimeMin()
public Calendar.Events.List setTimeMin(DateTime timeMin)
public String getTimeZone()
public Calendar.Events.List setTimeZone(String timeZone)
public List<String> getPrivateExtendedProperty()
public Calendar.Events.List setPrivateExtendedProperty(List<String> privateExtendedProperty)
public List<String> getSharedExtendedProperty()
public Calendar.Events.List setSharedExtendedProperty(List<String> sharedExtendedProperty)
public Integer getMaxAttendees()
public Calendar.Events.List setMaxAttendees(Integer maxAttendees)
public Calendar.Events.List set(String parameterName, Object value)
set in class CalendarRequest<Events>