public interface IEndpointWithReferenceRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
void |
delete(ICallback<? super Endpoint> callback) |
IEndpointWithReferenceRequest |
expand(java.lang.String value) |
Endpoint |
get() |
void |
get(ICallback<? super Endpoint> callback) |
Endpoint |
patch(Endpoint sourceEndpoint) |
void |
patch(Endpoint sourceEndpoint,
ICallback<? super Endpoint> callback) |
Endpoint |
post(Endpoint newEndpoint,
IJsonBackedObject payload) |
void |
post(Endpoint newEndpoint,
IJsonBackedObject payload,
ICallback<? super Endpoint> callback) |
IEndpointWithReferenceRequest |
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(Endpoint newEndpoint, IJsonBackedObject payload, ICallback<? super Endpoint> callback)
Endpoint post(Endpoint newEndpoint, IJsonBackedObject payload) throws ClientException
ClientExceptionEndpoint get() throws ClientException
ClientExceptionvoid delete()
throws ClientException
ClientExceptionEndpoint patch(Endpoint sourceEndpoint) throws ClientException
ClientExceptionIEndpointWithReferenceRequest select(java.lang.String value)
IEndpointWithReferenceRequest expand(java.lang.String value)