public class Calendar.Events.Move extends CalendarRequest<Event>
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Move(String calendarId,
String eventId,
String destination)
Moves an event to another calendar, i.e.
|
Modifier and Type | Method and Description |
---|---|
String |
getCalendarId()
Calendar identifier of the source calendar where the event currently is on.
|
String |
getDestination()
Calendar identifier of the target calendar where the event is to be moved to.
|
String |
getEventId()
Event identifier.
|
Boolean |
getSendNotifications()
Deprecated.
|
String |
getSendUpdates()
Guests who should receive notifications about the change of the event's organizer.
|
Calendar.Events.Move |
set(String parameterName,
Object value) |
Calendar.Events.Move |
setAlt(String alt)
Data format for the response.
|
Calendar.Events.Move |
setCalendarId(String calendarId)
Calendar identifier of the source calendar where the event currently is on.
|
Calendar.Events.Move |
setDestination(String destination)
Calendar identifier of the target calendar where the event is to be moved to.
|
Calendar.Events.Move |
setEventId(String eventId)
Event identifier.
|
Calendar.Events.Move |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Calendar.Events.Move |
setKey(String key)
API key.
|
Calendar.Events.Move |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Calendar.Events.Move |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Calendar.Events.Move |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
Calendar.Events.Move |
setSendNotifications(Boolean sendNotifications)
Deprecated.
|
Calendar.Events.Move |
setSendUpdates(String sendUpdates)
Guests who should receive notifications about the change of the event's organizer.
|
Calendar.Events.Move |
setUserIp(String userIp)
Deprecated.
|
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, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Move(String calendarId, String eventId, String destination)
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 of the source calendar where the event currently is on.eventId
- Event identifier.destination
- Calendar identifier of the target calendar where the event is to be moved to.public Calendar.Events.Move setAlt(String alt)
CalendarRequest
setAlt
in class CalendarRequest<Event>
public Calendar.Events.Move setFields(String fields)
CalendarRequest
setFields
in class CalendarRequest<Event>
public Calendar.Events.Move setKey(String key)
CalendarRequest
setKey
in class CalendarRequest<Event>
public Calendar.Events.Move setOauthToken(String oauthToken)
CalendarRequest
setOauthToken
in class CalendarRequest<Event>
public Calendar.Events.Move setPrettyPrint(Boolean prettyPrint)
CalendarRequest
setPrettyPrint
in class CalendarRequest<Event>
public Calendar.Events.Move setQuotaUser(String quotaUser)
CalendarRequest
setQuotaUser
in class CalendarRequest<Event>
public Calendar.Events.Move setUserIp(String userIp)
CalendarRequest
setUserIp
in class CalendarRequest<Event>
public String getCalendarId()
public Calendar.Events.Move setCalendarId(String calendarId)
public String getEventId()
public Calendar.Events.Move setEventId(String eventId)
public String getDestination()
public Calendar.Events.Move setDestination(String destination)
public Boolean getSendNotifications()
public Calendar.Events.Move setSendNotifications(Boolean sendNotifications)
public String getSendUpdates()
public Calendar.Events.Move setSendUpdates(String sendUpdates)
public Calendar.Events.Move set(String parameterName, Object value)
set
in class CalendarRequest<Event>
Copyright © 2011–2025 Google. All rights reserved.