Package com.microsoft.graph.requests
Class PlannerPlanRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<PlannerPlan>
com.microsoft.graph.requests.PlannerPlanRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class PlannerPlanRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<PlannerPlan>
The class for the Planner Plan Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionPlannerPlanRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the PlannerPlan -
Method Summary
Modifier and TypeMethodDescriptionbuckets()Gets a request builder for the PlannerBucket collectionGets a request builder for the PlannerBucket itembuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsdetails()Gets the request builder for PlannerPlanDetailstasks()Gets a request builder for the PlannerTask collectionGets a request builder for the PlannerTask itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
PlannerPlanRequestBuilder
public PlannerPlanRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the PlannerPlan- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public PlannerPlanRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the PlannerPlanRequest instance
-
buildRequest
@Nonnull public PlannerPlanRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the PlannerPlanRequest instance
-
buckets
Gets a request builder for the PlannerBucket collection- Returns:
- the collection request builder
-
buckets
Gets a request builder for the PlannerBucket item- Parameters:
id- the item identifier- Returns:
- the request builder
-
details
Gets the request builder for PlannerPlanDetails- Returns:
- the PlannerPlanDetailsRequestBuilder instance
-
tasks
Gets a request builder for the PlannerTask collection- Returns:
- the collection request builder
-
tasks
Gets a request builder for the PlannerTask item- Parameters:
id- the item identifier- Returns:
- the request builder
-