public class Calendar.Events.Patch extends CalendarRequest<Event>
com.google.api.client.util.GenericData.Flags
Modifier | Constructor and Description |
---|---|
protected |
Calendar.Events.Patch(java.lang.String calendarId,
java.lang.String eventId,
Event content)
Updates an event.
|
Modifier and Type | Method and Description |
---|---|
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()
Event identifier.
|
java.lang.Integer |
getMaxAttendees()
The maximum number of attendees to include in the response.
|
java.lang.Boolean |
getSendNotifications()
Whether to send notifications about the event update (e.g.
|
Calendar.Events.Patch |
set(java.lang.String parameterName,
java.lang.Object value) |
Calendar.Events.Patch |
setAlt(java.lang.String alt)
Data format for the response.
|
Calendar.Events.Patch |
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.Patch |
setCalendarId(java.lang.String calendarId)
Calendar identifier.
|
Calendar.Events.Patch |
setEventId(java.lang.String eventId)
Event identifier.
|
Calendar.Events.Patch |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Calendar.Events.Patch |
setKey(java.lang.String key)
API key.
|
Calendar.Events.Patch |
setMaxAttendees(java.lang.Integer maxAttendees)
The maximum number of attendees to include in the response.
|
Calendar.Events.Patch |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Calendar.Events.Patch |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Calendar.Events.Patch |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Calendar.Events.Patch |
setSendNotifications(java.lang.Boolean sendNotifications)
Whether to send notifications about the event update (e.g.
|
Calendar.Events.Patch |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
protected Calendar.Events.Patch(java.lang.String calendarId, java.lang.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 Event
public Calendar.Events.Patch setAlt(java.lang.String alt)
CalendarRequest
setAlt
in class CalendarRequest<Event>
public Calendar.Events.Patch setFields(java.lang.String fields)
CalendarRequest
setFields
in class CalendarRequest<Event>
public Calendar.Events.Patch setKey(java.lang.String key)
CalendarRequest
setKey
in class CalendarRequest<Event>
public Calendar.Events.Patch setOauthToken(java.lang.String oauthToken)
CalendarRequest
setOauthToken
in class CalendarRequest<Event>
public Calendar.Events.Patch setPrettyPrint(java.lang.Boolean prettyPrint)
CalendarRequest
setPrettyPrint
in class CalendarRequest<Event>
public Calendar.Events.Patch setQuotaUser(java.lang.String quotaUser)
CalendarRequest
setQuotaUser
in class CalendarRequest<Event>
public Calendar.Events.Patch setUserIp(java.lang.String userIp)
CalendarRequest
setUserIp
in class CalendarRequest<Event>
public java.lang.String getCalendarId()
public Calendar.Events.Patch setCalendarId(java.lang.String calendarId)
public java.lang.String getEventId()
public Calendar.Events.Patch setEventId(java.lang.String eventId)
public java.lang.Boolean getSendNotifications()
public Calendar.Events.Patch setSendNotifications(java.lang.Boolean sendNotifications)
public java.lang.Boolean getAlwaysIncludeEmail()
public Calendar.Events.Patch setAlwaysIncludeEmail(java.lang.Boolean alwaysIncludeEmail)
public java.lang.Integer getMaxAttendees()
public Calendar.Events.Patch setMaxAttendees(java.lang.Integer maxAttendees)
public Calendar.Events.Patch set(java.lang.String parameterName, java.lang.Object value)
set
in class CalendarRequest<Event>