public class PlannerGroupRequestBuilder extends BaseRequestBuilder implements IPlannerGroupRequestBuilder
| Constructor and Description |
|---|
PlannerGroupRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the PlannerGroup
|
| Modifier and Type | Method and Description |
|---|---|
IPlannerGroupRequest |
buildRequest()
Creates the request
|
IPlannerGroupRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
IPlannerPlanCollectionRequestBuilder |
plans() |
IPlannerPlanRequestBuilder |
plans(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic PlannerGroupRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IPlannerGroupRequest buildRequest()
buildRequest in interface IPlannerGroupRequestBuilderpublic IPlannerGroupRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IPlannerGroupRequestBuilderrequestOptions - the options for this requestpublic IPlannerPlanCollectionRequestBuilder plans()
plans in interface IPlannerGroupRequestBuilderpublic IPlannerPlanRequestBuilder plans(java.lang.String id)
plans in interface IPlannerGroupRequestBuilder