public interface IGroupSettingTemplateCollectionRequest extends IHttpRequest
| Modifier and Type | Method and Description |
|---|---|
IGroupSettingTemplateCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IGroupSettingTemplateCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IGroupSettingTemplateCollectionPage |
get() |
void |
get(ICallback<? super IGroupSettingTemplateCollectionPage> callback) |
IGroupSettingTemplateCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
GroupSettingTemplate |
post(GroupSettingTemplate newGroupSettingTemplate) |
void |
post(GroupSettingTemplate newGroupSettingTemplate,
ICallback<? super GroupSettingTemplate> callback) |
IGroupSettingTemplateCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IGroupSettingTemplateCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IGroupSettingTemplateCollectionRequest |
skipToken(java.lang.String skipToken)
Sets the skip token value for the request
|
IGroupSettingTemplateCollectionRequest |
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 IGroupSettingTemplateCollectionPage> callback)
IGroupSettingTemplateCollectionPage get() throws ClientException
ClientExceptionvoid post(GroupSettingTemplate newGroupSettingTemplate, ICallback<? super GroupSettingTemplate> callback)
GroupSettingTemplate post(GroupSettingTemplate newGroupSettingTemplate) throws ClientException
ClientExceptionIGroupSettingTemplateCollectionRequest expand(java.lang.String value)
value - the expand clauseIGroupSettingTemplateCollectionRequest filter(java.lang.String value)
value - the filter clauseIGroupSettingTemplateCollectionRequest orderBy(java.lang.String value)
value - the order by clauseIGroupSettingTemplateCollectionRequest select(java.lang.String value)
value - the select clauseIGroupSettingTemplateCollectionRequest top(int value)
value - the max number of items to returnIGroupSettingTemplateCollectionRequest skip(int value)
value - of the number of items to skipIGroupSettingTemplateCollectionRequest skipToken(java.lang.String skipToken)
skipToken - value for pagination