public class GroupSettingTemplateCollectionRequest extends BaseCollectionRequest<GroupSettingTemplateCollectionResponse,IGroupSettingTemplateCollectionPage> implements IGroupSettingTemplateCollectionRequest
| Constructor and Description |
|---|
GroupSettingTemplateCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of GroupSettingTemplate
|
| Modifier and Type | Method and Description |
|---|---|
IGroupSettingTemplateCollectionPage |
buildFromResponse(GroupSettingTemplateCollectionResponse response) |
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
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCachespublic GroupSettingTemplateCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic void get(ICallback<IGroupSettingTemplateCollectionPage> callback)
get in interface IGroupSettingTemplateCollectionRequestpublic IGroupSettingTemplateCollectionPage get() throws ClientException
get in interface IGroupSettingTemplateCollectionRequestClientExceptionpublic void post(GroupSettingTemplate newGroupSettingTemplate, ICallback<GroupSettingTemplate> callback)
post in interface IGroupSettingTemplateCollectionRequestpublic GroupSettingTemplate post(GroupSettingTemplate newGroupSettingTemplate) throws ClientException
post in interface IGroupSettingTemplateCollectionRequestClientExceptionpublic IGroupSettingTemplateCollectionRequest expand(java.lang.String value)
expand in interface IGroupSettingTemplateCollectionRequestvalue - the expand clausepublic IGroupSettingTemplateCollectionRequest select(java.lang.String value)
select in interface IGroupSettingTemplateCollectionRequestvalue - the select clausepublic IGroupSettingTemplateCollectionRequest top(int value)
top in interface IGroupSettingTemplateCollectionRequestvalue - the max number of items to returnpublic IGroupSettingTemplateCollectionPage buildFromResponse(GroupSettingTemplateCollectionResponse response)