public interface IGroupSettingTemplateCollectionRequest
| Modifier and Type | Method and Description |
|---|---|
IGroupSettingTemplateCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IGroupSettingTemplateCollectionPage |
get() |
void |
get(ICallback<IGroupSettingTemplateCollectionPage> callback) |
GroupSettingTemplate |
post(GroupSettingTemplate newGroupSettingTemplate) |
void |
post(GroupSettingTemplate newGroupSettingTemplate,
ICallback<GroupSettingTemplate> callback) |
IGroupSettingTemplateCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IGroupSettingTemplateCollectionRequest |
top(int value)
Sets the top value for the request
|
void get(ICallback<IGroupSettingTemplateCollectionPage> callback)
IGroupSettingTemplateCollectionPage get() throws ClientException
ClientExceptionvoid post(GroupSettingTemplate newGroupSettingTemplate, ICallback<GroupSettingTemplate> callback)
GroupSettingTemplate post(GroupSettingTemplate newGroupSettingTemplate) throws ClientException
ClientExceptionIGroupSettingTemplateCollectionRequest expand(java.lang.String value)
value - the expand clauseIGroupSettingTemplateCollectionRequest select(java.lang.String value)
value - the select clauseIGroupSettingTemplateCollectionRequest top(int value)
value - the max number of items to return