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