public interface IApplicationReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
Application |
delete() |
void |
delete(ICallback<? super Application> callback) |
IApplicationReferenceRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
Application |
put(Application srcApplication)
Puts the Application
|
void |
put(Application srcApplication,
ICallback<? super Application> callback)
Puts the Application
|
IApplicationReferenceRequest |
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 delete(ICallback<? super Application> callback)
Application delete() throws ClientException
ClientExceptionIApplicationReferenceRequest select(java.lang.String value)
value - the select clauseIApplicationReferenceRequest expand(java.lang.String value)
value - the expand clausevoid put(Application srcApplication, ICallback<? super Application> callback)
srcApplication - the Application to PUTcallback - the callback to be called after success or failureApplication put(Application srcApplication) throws ClientException
srcApplication - the Application to PUTClientException - an exception occurs if there was an error while the request was sent