public class Calendar.Events.Delete extends CalendarRequest<Void>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Calendar.Events.Delete(String calendarId,
String eventId)
Deletes an event.
|
Modifier and Type | Method and Description |
---|---|
String |
getCalendarId()
Calendar identifier.
|
String |
getEventId()
Event identifier.
|
Boolean |
getSendNotifications()
Whether to send notifications about the deletion of the event.
|
Calendar.Events.Delete |
set(String parameterName,
Object value) |
Calendar.Events.Delete |
setAlt(String alt)
Data format for the response.
|
Calendar.Events.Delete |
setCalendarId(String calendarId)
Calendar identifier.
|
Calendar.Events.Delete |
setEventId(String eventId)
Event identifier.
|
Calendar.Events.Delete |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
Calendar.Events.Delete |
setKey(String key)
API key.
|
Calendar.Events.Delete |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
Calendar.Events.Delete |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Calendar.Events.Delete |
setQuotaUser(String quotaUser)
Available to use for quota purposes for server-side applications.
|
Calendar.Events.Delete |
setSendNotifications(Boolean sendNotifications)
Whether to send notifications about the deletion of the event.
|
Calendar.Events.Delete |
setUserIp(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
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
protected Calendar.Events.Delete(String calendarId, String eventId)
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.public Calendar.Events.Delete setAlt(String alt)
CalendarRequest
setAlt
in class CalendarRequest<Void>
public Calendar.Events.Delete setFields(String fields)
CalendarRequest
setFields
in class CalendarRequest<Void>
public Calendar.Events.Delete setKey(String key)
CalendarRequest
setKey
in class CalendarRequest<Void>
public Calendar.Events.Delete setOauthToken(String oauthToken)
CalendarRequest
setOauthToken
in class CalendarRequest<Void>
public Calendar.Events.Delete setPrettyPrint(Boolean prettyPrint)
CalendarRequest
setPrettyPrint
in class CalendarRequest<Void>
public Calendar.Events.Delete setQuotaUser(String quotaUser)
CalendarRequest
setQuotaUser
in class CalendarRequest<Void>
public Calendar.Events.Delete setUserIp(String userIp)
CalendarRequest
setUserIp
in class CalendarRequest<Void>
public String getCalendarId()
public Calendar.Events.Delete setCalendarId(String calendarId)
public String getEventId()
public Calendar.Events.Delete setEventId(String eventId)
public Boolean getSendNotifications()
public Calendar.Events.Delete setSendNotifications(Boolean sendNotifications)
public Calendar.Events.Delete set(String parameterName, Object value)
set
in class CalendarRequest<Void>