public interface IEndpointCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IEndpointCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IEndpointCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IEndpointCollectionPage |
get() |
void |
get(ICallback<? super IEndpointCollectionPage> callback) |
IEndpointCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Endpoint |
post(Endpoint newEndpoint) |
void |
post(Endpoint newEndpoint,
ICallback<? super Endpoint> callback) |
IEndpointCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IEndpointCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IEndpointCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IEndpointCollectionRequest |
top(int value)
Sets the top value 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 IEndpointCollectionPage> callback)
IEndpointCollectionPage get() throws ClientException
ClientExceptionEndpoint post(Endpoint newEndpoint) throws ClientException
ClientExceptionIEndpointCollectionRequest expand(java.lang.String value)
value - the expand clauseIEndpointCollectionRequest filter(java.lang.String value)
value - the filter clauseIEndpointCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIEndpointCollectionRequest select(java.lang.String value)
value - the select clauseIEndpointCollectionRequest top(int value)
value - the max number of items to returnIEndpointCollectionRequest skip(int value)
value - of the number of items to skipIEndpointCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination