public class GroupSettingCollectionRequestBuilder extends BaseRequestBuilder implements IGroupSettingCollectionRequestBuilder
| Constructor and Description |
|---|
GroupSettingCollectionRequestBuilder(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 |
|---|---|
IGroupSettingCollectionRequest |
buildRequest() |
IGroupSettingCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
IGroupSettingRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic GroupSettingCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IGroupSettingCollectionRequest buildRequest()
buildRequest in interface IGroupSettingCollectionRequestBuilderpublic IGroupSettingCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IGroupSettingCollectionRequestBuilderpublic IGroupSettingRequestBuilder byId(java.lang.String id)
byId in interface IGroupSettingCollectionRequestBuilder