public class SectionGroupCollectionRequestBuilder extends BaseRequestBuilder implements ISectionGroupCollectionRequestBuilder
| Constructor and Description |
|---|
SectionGroupCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of SectionGroup
|
| Modifier and Type | Method and Description |
|---|---|
ISectionGroupCollectionRequest |
buildRequest() |
ISectionGroupCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions) |
ISectionGroupRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic SectionGroupCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ISectionGroupCollectionRequest buildRequest()
buildRequest in interface ISectionGroupCollectionRequestBuilderpublic ISectionGroupCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ISectionGroupCollectionRequestBuilderpublic ISectionGroupRequestBuilder byId(java.lang.String id)
byId in interface ISectionGroupCollectionRequestBuilder