public interface ICalendarGroupRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete this item from the service
|
void |
delete(ICallback<? super CalendarGroup> callback)
Delete this item from the service
|
ICalendarGroupRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
CalendarGroup |
get()
Gets the CalendarGroup from the service
|
void |
get(ICallback<? super CalendarGroup> callback)
Gets the CalendarGroup from the service
|
CalendarGroup |
patch(CalendarGroup sourceCalendarGroup)
Patches this CalendarGroup with a source
|
void |
patch(CalendarGroup sourceCalendarGroup,
ICallback<? super CalendarGroup> callback)
Patches this CalendarGroup with a source
|
CalendarGroup |
post(CalendarGroup newCalendarGroup)
Posts a CalendarGroup with a new object
|
void |
post(CalendarGroup newCalendarGroup,
ICallback<? super CalendarGroup> callback)
Posts a CalendarGroup with a new object
|
CalendarGroup |
put(CalendarGroup newCalendarGroup)
Posts a CalendarGroup with a new object
|
void |
put(CalendarGroup newCalendarGroup,
ICallback<? super CalendarGroup> callback)
Posts a CalendarGroup with a new object
|
ICalendarGroupRequest |
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 CalendarGroup> callback)
callback - the callback to be called after success or failureCalendarGroup get() throws ClientException
ClientException - this exception occurs if the request was unable to complete for any reasonvoid delete(ICallback<? super CalendarGroup> callback)
callback - the callback when the deletion action has completedvoid delete()
throws ClientException
ClientException - if there was an exception during the delete operationvoid patch(CalendarGroup sourceCalendarGroup, ICallback<? super CalendarGroup> callback)
sourceCalendarGroup - the source object with updatescallback - the callback to be called after success or failureCalendarGroup patch(CalendarGroup sourceCalendarGroup) throws ClientException
sourceCalendarGroup - the source object with updatesClientException - this exception occurs if the request was unable to complete for any reasonvoid post(CalendarGroup newCalendarGroup, ICallback<? super CalendarGroup> callback)
newCalendarGroup - the new object to createcallback - the callback to be called after success or failureCalendarGroup post(CalendarGroup newCalendarGroup) throws ClientException
newCalendarGroup - the new object to createClientException - this exception occurs if the request was unable to complete for any reasonvoid put(CalendarGroup newCalendarGroup, ICallback<? super CalendarGroup> callback)
newCalendarGroup - the object to create/updatecallback - the callback to be called after success or failureCalendarGroup put(CalendarGroup newCalendarGroup) throws ClientException
newCalendarGroup - the object to create/updateClientException - this exception occurs if the request was unable to complete for any reasonICalendarGroupRequest select(java.lang.String value)
value - the select clauseICalendarGroupRequest expand(java.lang.String value)
value - the expand clause