Class PlansRequestBuilder

java.lang.Object
com.microsoft.kiota.BaseRequestBuilder
com.microsoft.graph.planner.plans.PlansRequestBuilder

@Generated("com.microsoft.kiota") public class PlansRequestBuilder extends com.microsoft.kiota.BaseRequestBuilder
Provides operations to manage the plans property of the microsoft.graph.planner entity.
  • Constructor Details

    • PlansRequestBuilder

      public PlansRequestBuilder(@Nonnull HashMap<String,Object> pathParameters, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Instantiates a new PlansRequestBuilder and sets the default values.
      Parameters:
      pathParameters - Path parameters for the request
      requestAdapter - The request adapter to use to execute the requests.
    • PlansRequestBuilder

      public PlansRequestBuilder(@Nonnull String rawUrl, @Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Instantiates a new PlansRequestBuilder and sets the default values.
      Parameters:
      rawUrl - The raw URL to use for the request builder.
      requestAdapter - The request adapter to use to execute the requests.
  • Method Details