public interface IGroupCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IGroupCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IGroupCollectionPage |
get() |
void |
get(ICallback<IGroupCollectionPage> callback) |
Group |
post(Group newGroup) |
void |
post(Group newGroup,
ICallback<Group> callback) |
IGroupCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IGroupCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IGroupCollectionPage> callback)
IGroupCollectionPage get() throws ClientException
ClientExceptionGroup post(Group newGroup) throws ClientException
ClientExceptionIGroupCollectionRequest expand(java.lang.String value)
value - the expand clauseIGroupCollectionRequest select(java.lang.String value)
value - the select clauseIGroupCollectionRequest top(int value)
value - the max number of items to return