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