public class Calendar.Events.Patch extends CalendarRequest<Event>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Calendar.Events.Patch(String calendarId,
String eventId,
Event content)
Updates an event.
|
| 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 |
getEventId()
Event identifier.
|
Integer |
getMaxAttendees()
The maximum number of attendees to include in the response.
|
Boolean |
getSendNotifications()
Whether to send notifications about the event update (e.g.
|
Calendar.Events.Patch |
set(String parameterName,
Object value) |
Calendar.Events.Patch |
setAlt(String alt)
Data format for the response.
|
Calendar.Events.Patch |
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.Patch |
setCalendarId(String calendarId)
Calendar identifier.
|
Calendar.Events.Patch |
setEventId(String eventId)
Event identifier.
|
Calendar.Events.Patch |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Calendar.Events.Patch |
setKey(String key)
API key.
|
Calendar.Events.Patch |
setMaxAttendees(Integer maxAttendees)
The maximum number of attendees to include in the response.
|
Calendar.Events.Patch |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Calendar.Events.Patch |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Calendar.Events.Patch |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Calendar.Events.Patch |
setSendNotifications(Boolean sendNotifications)
Whether to send notifications about the event update (e.g.
|
Calendar.Events.Patch |
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.Patch(String calendarId, String eventId, Event 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.eventId - Event identifier.content - the Eventpublic Calendar.Events.Patch setAlt(String alt)
CalendarRequestsetAlt in class CalendarRequest<Event>public Calendar.Events.Patch setFields(String fields)
CalendarRequestsetFields in class CalendarRequest<Event>public Calendar.Events.Patch setKey(String key)
CalendarRequestsetKey in class CalendarRequest<Event>public Calendar.Events.Patch setOauthToken(String oauthToken)
CalendarRequestsetOauthToken in class CalendarRequest<Event>public Calendar.Events.Patch setPrettyPrint(Boolean prettyPrint)
CalendarRequestsetPrettyPrint in class CalendarRequest<Event>public Calendar.Events.Patch setQuotaUser(String quotaUser)
CalendarRequestsetQuotaUser in class CalendarRequest<Event>public Calendar.Events.Patch setUserIp(String userIp)
CalendarRequestsetUserIp in class CalendarRequest<Event>public String getCalendarId()
public Calendar.Events.Patch setCalendarId(String calendarId)
public String getEventId()
public Calendar.Events.Patch setEventId(String eventId)
public Boolean getSendNotifications()
public Calendar.Events.Patch setSendNotifications(Boolean sendNotifications)
public Boolean getAlwaysIncludeEmail()
public Calendar.Events.Patch setAlwaysIncludeEmail(Boolean alwaysIncludeEmail)
public Integer getMaxAttendees()
public Calendar.Events.Patch setMaxAttendees(Integer maxAttendees)
public Calendar.Events.Patch set(String parameterName, Object value)
set in class CalendarRequest<Event>