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
|
addFunctionOption, addHeader, addQueryOption, getBaseRequest, getCollectionPageClass, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, post, send, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddHeader, getDelay, getHeaders, getHttpMethod, getHttpRequest, getHttpRequest, getHttpRequest, getMaxRedirects, getMaxRetries, getOptions, getRequestUrl, getShouldRedirect, getShouldRetry, getUseCaches, setDelay, setMaxRedirects, setMaxRetries, setShouldRedirect, setShouldRetry, setUseCaches, withHttpMethodpublic 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<? super IGroupSettingTemplateCollectionPage> callback)
get in interface IGroupSettingTemplateCollectionRequestpublic IGroupSettingTemplateCollectionPage get() throws ClientException
get in interface IGroupSettingTemplateCollectionRequestClientExceptionpublic void post(GroupSettingTemplate newGroupSettingTemplate, ICallback<? super 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 filter(java.lang.String value)
filter in interface IGroupSettingTemplateCollectionRequestvalue - the filter clausepublic IGroupSettingTemplateCollectionRequest orderBy(java.lang.String value)
orderBy in interface IGroupSettingTemplateCollectionRequestvalue - the order by 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 IGroupSettingTemplateCollectionRequest skip(int value)
skip in interface IGroupSettingTemplateCollectionRequestvalue - of the number of items to skippublic IGroupSettingTemplateCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IGroupSettingTemplateCollectionRequestskipToken - - Token for paginationpublic IGroupSettingTemplateCollectionPage buildFromResponse(GroupSettingTemplateCollectionResponse response)