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 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 URL
      client - the service client
      requestOptions - 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

      @Nonnull public PlannerBucketCollectionRequestBuilder buckets()
      Gets a request builder for the PlannerBucket collection
      Returns:
      the collection request builder
    • buckets

      @Nonnull public PlannerBucketRequestBuilder buckets(@Nonnull String id)
      Gets a request builder for the PlannerBucket item
      Parameters:
      id - the item identifier
      Returns:
      the request builder
    • details

      @Nonnull public PlannerPlanDetailsRequestBuilder details()
      Gets the request builder for PlannerPlanDetails
      Returns:
      the PlannerPlanDetailsRequestBuilder instance
    • tasks

      @Nonnull public PlannerTaskCollectionRequestBuilder tasks()
      Gets a request builder for the PlannerTask collection
      Returns:
      the collection request builder
    • tasks

      @Nonnull public PlannerTaskRequestBuilder tasks(@Nonnull String id)
      Gets a request builder for the PlannerTask item
      Parameters:
      id - the item identifier
      Returns:
      the request builder