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