public interface ICalendarSharingMessageRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super CalendarSharingMessage> callback)
Delete this item from the service
|
ICalendarSharingMessageRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
CalendarSharingMessage |
get()
Gets the CalendarSharingMessage from the service
|
void |
get(ICallback<? super CalendarSharingMessage> callback)
Gets the CalendarSharingMessage from the service
|
CalendarSharingMessage |
patch(CalendarSharingMessage sourceCalendarSharingMessage)
Patches this CalendarSharingMessage with a source
|
void |
patch(CalendarSharingMessage sourceCalendarSharingMessage,
ICallback<? super CalendarSharingMessage> callback)
Patches this CalendarSharingMessage with a source
|
CalendarSharingMessage |
post(CalendarSharingMessage newCalendarSharingMessage)
Posts a CalendarSharingMessage with a new object
|
void |
post(CalendarSharingMessage newCalendarSharingMessage,
ICallback<? super CalendarSharingMessage> callback)
Posts a CalendarSharingMessage with a new object
|
CalendarSharingMessage |
put(CalendarSharingMessage newCalendarSharingMessage)
Posts a CalendarSharingMessage with a new object
|
void |
put(CalendarSharingMessage newCalendarSharingMessage,
ICallback<? super CalendarSharingMessage> callback)
Posts a CalendarSharingMessage with a new object
|
ICalendarSharingMessageRequest |
select(java.lang.String value)
Sets the select clause for the request
|
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid get(ICallback<? super CalendarSharingMessage> callback)
callback - the callback to be called after success or failureCalendarSharingMessage get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super CalendarSharingMessage> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(CalendarSharingMessage sourceCalendarSharingMessage, ICallback<? super CalendarSharingMessage> callback)
sourceCalendarSharingMessage - the source object with updatescallback - the callback to be called after success or failureCalendarSharingMessage patch(CalendarSharingMessage sourceCalendarSharingMessage) throws ClientException
sourceCalendarSharingMessage - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(CalendarSharingMessage newCalendarSharingMessage, ICallback<? super CalendarSharingMessage> callback)
newCalendarSharingMessage - the new object to createcallback - the callback to be called after success or failureCalendarSharingMessage post(CalendarSharingMessage newCalendarSharingMessage) throws ClientException
newCalendarSharingMessage - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(CalendarSharingMessage newCalendarSharingMessage, ICallback<? super CalendarSharingMessage> callback)
newCalendarSharingMessage - the object to create/updatecallback - the callback to be called after success or failureCalendarSharingMessage put(CalendarSharingMessage newCalendarSharingMessage) throws ClientException
newCalendarSharingMessage - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonICalendarSharingMessageRequest select(java.lang.String value)
value - the select clauseICalendarSharingMessageRequest expand(java.lang.String value)
value - the expand clause