public class PlannerPlanRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<PlannerPlan>
| Constructor and Description |
|---|
PlannerPlanRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for the PlannerPlan
|
| Modifier and Type | Method and Description |
|---|---|
PlannerBucketCollectionRequestBuilder |
buckets()
Gets a request builder for the PlannerBucket collection
|
PlannerBucketRequestBuilder |
buckets(java.lang.String id)
Gets a request builder for the PlannerBucket item
|
PlannerPlanRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
PlannerPlanRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
PlannerPlanDetailsRequestBuilder |
details()
Gets the request builder for PlannerPlanDetails
|
PlannerTaskCollectionRequestBuilder |
tasks()
Gets a request builder for the PlannerTask collection
|
PlannerTaskRequestBuilder |
tasks(java.lang.String id)
Gets a request builder for the PlannerTask item
|
public PlannerPlanRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this request@Nonnull public PlannerPlanRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for this request@Nonnull public PlannerPlanRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for this request@Nonnull public PlannerBucketCollectionRequestBuilder buckets()
@Nonnull public PlannerBucketRequestBuilder buckets(@Nonnull java.lang.String id)
id - the item identifier@Nonnull public PlannerPlanDetailsRequestBuilder details()
@Nonnull public PlannerTaskCollectionRequestBuilder tasks()
@Nonnull public PlannerTaskRequestBuilder tasks(@Nonnull java.lang.String id)
id - the item identifier