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
|
IGroupSettingCollectionPage |
get() |
void |
get(ICallback<IGroupSettingCollectionPage> callback) |
GroupSetting |
post(GroupSetting newGroupSetting) |
void |
post(GroupSetting newGroupSetting,
ICallback<GroupSetting> callback) |
IGroupSettingCollectionRequest |
select(java.lang.String value)
Sets the select clause for the request
|
IGroupSettingCollectionRequest |
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 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<IGroupSettingCollectionPage> callback)
get in interface IGroupSettingCollectionRequestpublic IGroupSettingCollectionPage get() throws ClientException
get in interface IGroupSettingCollectionRequestClientExceptionpublic void post(GroupSetting newGroupSetting, ICallback<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 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 IGroupSettingCollectionPage buildFromResponse(GroupSettingCollectionResponse response)