public interface IGroupSettingCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IGroupSettingCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IGroupSettingCollectionPage |
get() |
void |
get(ICallback<IGroupSettingCollectionPage> callback) |
GroupSetting |
post(GroupSetting newGroupSetting) |
void |
post(GroupSetting newGroupSetting,
ICallback<GroupSetting> callback) |
IGroupSettingCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IGroupSettingCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IGroupSettingCollectionPage> callback)
IGroupSettingCollectionPage get() throws ClientException
ClientExceptionvoid post(GroupSetting newGroupSetting, ICallback<GroupSetting> callback)
GroupSetting post(GroupSetting newGroupSetting) throws ClientException
ClientExceptionIGroupSettingCollectionRequest expand(java.lang.String value)
value - the expand clauseIGroupSettingCollectionRequest select(java.lang.String value)
value - the select clauseIGroupSettingCollectionRequest top(int value)
value - the max number of items to return