Class PlannerPlanCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PlannerPlan,PlannerPlanCollectionRequestBuilder>
com.microsoft.graph.requests.PlannerPlanCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PlannerPlanCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PlannerPlan,PlannerPlanCollectionRequestBuilder>
The class for the Planner Plan Collection Page.
  • Constructor Details

    • PlannerPlanCollectionPage

      public PlannerPlanCollectionPage(@Nonnull PlannerPlanCollectionResponse response, @Nonnull PlannerPlanCollectionRequestBuilder builder)
      A collection page for PlannerPlan
      Parameters:
      response - the serialized PlannerPlanCollectionResponse from the service
      builder - the request builder for the next collection page
    • PlannerPlanCollectionPage

      public PlannerPlanCollectionPage(@Nonnull List<PlannerPlan> pageContents, @Nullable PlannerPlanCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for PlannerPlan
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page