|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap<java.lang.String,java.lang.Object>
com.google.api.client.util.GenericData
com.google.api.client.googleapis.services.AbstractGoogleClientRequest<T>
com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest<T>
com.google.api.services.calendar.CalendarRequest<Events>
com.google.api.services.calendar.Calendar.Events.Instances
public class Calendar.Events.Instances
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData |
---|
GenericData.Flags |
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Method Summary | |
---|---|
HttpRequest |
buildHttpRequestUsingHead()
|
HttpResponse |
executeUsingHead()
|
java.lang.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. |
java.lang.String |
getCalendarId()
Calendar identifier. |
java.lang.String |
getEventId()
Recurring event identifier. |
java.lang.Integer |
getMaxAttendees()
The maximum number of attendees to include in the response. |
java.lang.Integer |
getMaxResults()
Maximum number of events returned on one result page. |
java.lang.String |
getOriginalStart()
The original start time of the instance in the result. |
java.lang.String |
getPageToken()
Token specifying which result page to return. |
java.lang.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. |
java.lang.String |
getTimeZone()
Time zone used in the response. |
Calendar.Events.Instances |
setAlt(java.lang.String alt)
Data format for the response. |
Calendar.Events.Instances |
setAlwaysIncludeEmail(java.lang.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(java.lang.String calendarId)
Calendar identifier. |
Calendar.Events.Instances |
setEventId(java.lang.String eventId)
Recurring event identifier. |
Calendar.Events.Instances |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response. |
Calendar.Events.Instances |
setKey(java.lang.String key)
API key. |
Calendar.Events.Instances |
setMaxAttendees(java.lang.Integer maxAttendees)
The maximum number of attendees to include in the response. |
Calendar.Events.Instances |
setMaxResults(java.lang.Integer maxResults)
Maximum number of events returned on one result page. |
Calendar.Events.Instances |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user. |
Calendar.Events.Instances |
setOriginalStart(java.lang.String originalStart)
The original start time of the instance in the result. |
Calendar.Events.Instances |
setPageToken(java.lang.String pageToken)
Token specifying which result page to return. |
Calendar.Events.Instances |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks. |
Calendar.Events.Instances |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications. |
Calendar.Events.Instances |
setShowDeleted(java.lang.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(java.lang.String timeZone)
Time zone used in the response. |
Calendar.Events.Instances |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates. |
Methods inherited from class com.google.api.services.calendar.CalendarRequest |
---|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders |
Methods inherited from class com.google.api.client.googleapis.services.json.AbstractGoogleJsonClientRequest |
---|
getJsonContent, newExceptionOnError, queue |
Methods inherited from class com.google.api.client.googleapis.services.AbstractGoogleClientRequest |
---|
buildHttpRequest, buildHttpRequestUrl, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue |
Methods inherited from class com.google.api.client.util.GenericData |
---|
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys |
Methods inherited from class java.util.AbstractMap |
---|
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public HttpResponse executeUsingHead() throws java.io.IOException
executeUsingHead
in class AbstractGoogleClientRequest<Events>
java.io.IOException
public HttpRequest buildHttpRequestUsingHead() throws java.io.IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<Events>
java.io.IOException
public Calendar.Events.Instances setAlt(java.lang.String alt)
CalendarRequest
setAlt
in class CalendarRequest<Events>
public Calendar.Events.Instances setFields(java.lang.String fields)
CalendarRequest
setFields
in class CalendarRequest<Events>
public Calendar.Events.Instances setKey(java.lang.String key)
CalendarRequest
setKey
in class CalendarRequest<Events>
public Calendar.Events.Instances setOauthToken(java.lang.String oauthToken)
CalendarRequest
setOauthToken
in class CalendarRequest<Events>
public Calendar.Events.Instances setPrettyPrint(java.lang.Boolean prettyPrint)
CalendarRequest
setPrettyPrint
in class CalendarRequest<Events>
public Calendar.Events.Instances setQuotaUser(java.lang.String quotaUser)
CalendarRequest
setQuotaUser
in class CalendarRequest<Events>
public Calendar.Events.Instances setUserIp(java.lang.String userIp)
CalendarRequest
setUserIp
in class CalendarRequest<Events>
public java.lang.String getCalendarId()
public Calendar.Events.Instances setCalendarId(java.lang.String calendarId)
public java.lang.String getEventId()
public Calendar.Events.Instances setEventId(java.lang.String eventId)
public java.lang.Boolean getShowDeleted()
public Calendar.Events.Instances setShowDeleted(java.lang.Boolean showDeleted)
public DateTime getTimeMax()
public Calendar.Events.Instances setTimeMax(DateTime timeMax)
public java.lang.Boolean getAlwaysIncludeEmail()
public Calendar.Events.Instances setAlwaysIncludeEmail(java.lang.Boolean alwaysIncludeEmail)
public java.lang.Integer getMaxResults()
public Calendar.Events.Instances setMaxResults(java.lang.Integer maxResults)
public java.lang.String getPageToken()
public Calendar.Events.Instances setPageToken(java.lang.String pageToken)
public DateTime getTimeMin()
public Calendar.Events.Instances setTimeMin(DateTime timeMin)
public java.lang.String getTimeZone()
public Calendar.Events.Instances setTimeZone(java.lang.String timeZone)
public java.lang.String getOriginalStart()
public Calendar.Events.Instances setOriginalStart(java.lang.String originalStart)
public java.lang.Integer getMaxAttendees()
public Calendar.Events.Instances setMaxAttendees(java.lang.Integer maxAttendees)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |