public interface IApplicationWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super Application> callback) |
IApplicationWithReferenceRequest |
expand(java.lang.String value) |
Application |
get() |
void |
get(ICallback<? super Application> callback) |
Application |
patch(Application sourceApplication) |
void |
patch(Application sourceApplication,
ICallback<? super Application> callback) |
Application |
post(Application newApplication,
IJsonBackedObject payload) |
void |
post(Application newApplication,
IJsonBackedObject payload,
ICallback<? super Application> callback) |
IApplicationWithReferenceRequest |
select(java.lang.String value) |
addHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodvoid post(Application newApplication, IJsonBackedObject payload, ICallback<? super Application> callback)
Application post(Application newApplication, IJsonBackedObject payload) throws ClientException
ClientExceptionvoid get(ICallback<? super Application> callback)
Application get() throws ClientException
ClientExceptionvoid delete(ICallback<? super Application> callback)
void delete()
throws ClientException
ClientExceptionvoid patch(Application sourceApplication, ICallback<? super Application> callback)
Application patch(Application sourceApplication) throws ClientException
ClientExceptionIApplicationWithReferenceRequest select(java.lang.String value)
IApplicationWithReferenceRequest expand(java.lang.String value)