public class GroupSettingCollectionRequest extends BaseCollectionRequest<GroupSettingCollectionResponse,IGroupSettingCollectionPage> implements IGroupSettingCollectionRequest
| Constructor and Description |
|---|
GroupSettingCollectionRequest(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of GroupSetting
|
| Modifier and Type | Method and Description |
|---|---|
IGroupSettingCollectionPage |
buildFromResponse(GroupSettingCollectionResponse response) |
IGroupSettingCollectionRequest |
expand(java.lang.String value)
Sets the expand clause for the request
|
IGroupSettingCollectionRequest |
filter(java.lang.String value)
Sets the filter clause for the request
|
IGroupSettingCollectionPage |
get() |
void |
get(ICallback<? super IGroupSettingCollectionPage> callback) |
IGroupSettingCollectionRequest |
orderBy(java.lang.String value)
Sets the order by clause for the request
|
GroupSetting |
post(GroupSetting newGroupSetting) |
void |
post(GroupSetting newGroupSetting,
ICallback<? super GroupSetting> callback) |
IGroupSettingCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IGroupSettingCollectionRequest |
skip(int value)
Sets the skip value for the request
|
IGroupSettingCollectionRequest |
skipToken(java.lang.String skipToken)
Add Skip token for pagination
|
IGroupSettingCollectionRequest |
top(int value)
Sets the top value for the request
|
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 GroupSettingCollectionRequest(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 IGroupSettingCollectionPage> callback)
get in interface IGroupSettingCollectionRequestpublic IGroupSettingCollectionPage get() throws ClientException
get in interface IGroupSettingCollectionRequestClientExceptionpublic void post(GroupSetting newGroupSetting, ICallback<? super GroupSetting> callback)
post in interface IGroupSettingCollectionRequestpublic GroupSetting post(GroupSetting newGroupSetting) throws ClientException
post in interface IGroupSettingCollectionRequestClientExceptionpublic IGroupSettingCollectionRequest expand(java.lang.String value)
expand in interface IGroupSettingCollectionRequestvalue - the expand clausepublic IGroupSettingCollectionRequest filter(java.lang.String value)
filter in interface IGroupSettingCollectionRequestvalue - the filter clausepublic IGroupSettingCollectionRequest orderBy(java.lang.String value)
orderBy in interface IGroupSettingCollectionRequestvalue - the order by clausepublic IGroupSettingCollectionRequest select(java.lang.String value)
select in interface IGroupSettingCollectionRequestvalue - the select clausepublic IGroupSettingCollectionRequest top(int value)
top in interface IGroupSettingCollectionRequestvalue - the max number of items to returnpublic IGroupSettingCollectionRequest skip(int value)
skip in interface IGroupSettingCollectionRequestvalue - of the number of items to skippublic IGroupSettingCollectionRequest skipToken(java.lang.String skipToken)
skipToken in interface IGroupSettingCollectionRequestskipToken - - Token for paginationpublic IGroupSettingCollectionPage buildFromResponse(GroupSettingCollectionResponse response)