public interface IGroupCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IGroupCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IGroupCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IGroupCollectionPage |
get() |
void |
get(ICallback<? super IGroupCollectionPage> callback) |
IGroupCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
Group |
post(Group newGroup) |
void |
post(Group newGroup,
ICallback<? super Group> callback) |
IGroupCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IGroupCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IGroupCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IGroupCollectionRequest |
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 IGroupCollectionPage> callback)
IGroupCollectionPage get() throws ClientException
ClientExceptionGroup post(Group newGroup) throws ClientException
ClientExceptionIGroupCollectionRequest expand(java.lang.String value)
value - the expand clauseIGroupCollectionRequest filter(java.lang.String value)
value - the filter clauseIGroupCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIGroupCollectionRequest select(java.lang.String value)
value - the select clauseIGroupCollectionRequest top(int value)
value - the max number of items to returnIGroupCollectionRequest skip(int value)
value - of the number of items to skipIGroupCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination