public class Calendar.Events.Move extends CalendarRequest<Event>
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description |
|---|---|
protected |
Calendar.Events.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()
Whether to send 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)
Available to use for quota purposes for server-side applications.
|
Calendar.Events.Move |
setSendNotifications(Boolean sendNotifications)
Whether to send notifications about the change of the event's organizer.
|
Calendar.Events.Move |
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.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)
CalendarRequestsetAlt in class CalendarRequest<Event>public Calendar.Events.Move setFields(String fields)
CalendarRequestsetFields in class CalendarRequest<Event>public Calendar.Events.Move setKey(String key)
CalendarRequestsetKey in class CalendarRequest<Event>public Calendar.Events.Move setOauthToken(String oauthToken)
CalendarRequestsetOauthToken in class CalendarRequest<Event>public Calendar.Events.Move setPrettyPrint(Boolean prettyPrint)
CalendarRequestsetPrettyPrint in class CalendarRequest<Event>public Calendar.Events.Move setQuotaUser(String quotaUser)
CalendarRequestsetQuotaUser in class CalendarRequest<Event>public Calendar.Events.Move setUserIp(String userIp)
CalendarRequestsetUserIp 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 Calendar.Events.Move set(String parameterName, Object value)
set in class CalendarRequest<Event>