public class PlannerRequestBuilder extends com.microsoft.graph.http.BaseRequestBuilder<Planner>
Constructor and Description |
---|
PlannerRequestBuilder(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 Planner
|
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
|
PlannerRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
PlannerRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the request
|
PlannerPlanCollectionRequestBuilder |
plans()
Gets a request builder for the PlannerPlan collection
|
PlannerPlanRequestBuilder |
plans(java.lang.String id)
Gets a request builder for the PlannerPlan item
|
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 PlannerRequestBuilder(@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 PlannerRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions
- the options for this request@Nonnull public PlannerRequest 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 PlannerPlanCollectionRequestBuilder plans()
@Nonnull public PlannerPlanRequestBuilder plans(@Nonnull java.lang.String id)
id
- the item identifier@Nonnull public PlannerTaskCollectionRequestBuilder tasks()
@Nonnull public PlannerTaskRequestBuilder tasks(@Nonnull java.lang.String id)
id
- the item identifier