public interface ICallCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
ICallCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
ICallCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
ICallCollectionPage |
get() |
void |
get(ICallback<? super ICallCollectionPage> callback) |
ICallCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Call |
post(Call newCall) |
void |
post(Call newCall,
ICallback<? super Call> callback) |
ICallCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
ICallCollectionRequest |
skip(int value)
Sets the skip value for the request
|
ICallCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
ICallCollectionRequest |
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 ICallCollectionPage> callback)
ICallCollectionPage get() throws ClientException
ClientExceptionCall post(Call newCall) throws ClientException
ClientExceptionICallCollectionRequest expand(java.lang.String value)
value - the expand clauseICallCollectionRequest filter(java.lang.String value)
value - the filter clauseICallCollectionRequest orderBy(java.lang.String value)
value - the order by clauseICallCollectionRequest select(java.lang.String value)
value - the select clauseICallCollectionRequest top(int value)
value - the max number of items to returnICallCollectionRequest skip(int value)
value - of the number of items to skipICallCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination