public interface IUserCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IUserCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IUserCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IUserCollectionPage |
get() |
void |
get(ICallback<? super IUserCollectionPage> callback) |
IUserCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
User |
post(User newUser) |
void |
post(User newUser,
ICallback<? super User> callback) |
IUserCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IUserCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IUserCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IUserCollectionRequest |
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 IUserCollectionPage> callback)
IUserCollectionPage get() throws ClientException
ClientExceptionUser post(User newUser) throws ClientException
ClientExceptionIUserCollectionRequest expand(java.lang.String value)
value - the expand clauseIUserCollectionRequest filter(java.lang.String value)
value - the filter clauseIUserCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIUserCollectionRequest select(java.lang.String value)
value - the select clauseIUserCollectionRequest top(int value)
value - the max number of items to returnIUserCollectionRequest skip(int value)
value - of the number of items to skipIUserCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination