public interface IListCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IListCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IListCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IListCollectionPage |
get() |
void |
get(ICallback<? super IListCollectionPage> callback) |
IListCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
List |
post(List newList) |
void |
post(List newList,
ICallback<? super List> callback) |
IListCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IListCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IListCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IListCollectionRequest |
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 IListCollectionPage> callback)
IListCollectionPage get() throws ClientException
ClientExceptionList post(List newList) throws ClientException
ClientExceptionIListCollectionRequest expand(java.lang.String value)
value - the expand clauseIListCollectionRequest filter(java.lang.String value)
value - the filter clauseIListCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIListCollectionRequest select(java.lang.String value)
value - the select clauseIListCollectionRequest top(int value)
value - the max number of items to returnIListCollectionRequest skip(int value)
value - of the number of items to skipIListCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination