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