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