Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionPlannerPlanCollectionPage(PlannerPlanCollectionResponse response, PlannerPlanCollectionRequestBuilder builder) A collection page for PlannerPlanPlannerPlanCollectionPage(List<PlannerPlan> pageContents, PlannerPlanCollectionRequestBuilder nextRequestBuilder) Creates the collection page for PlannerPlan -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
PlannerPlanCollectionPage
public PlannerPlanCollectionPage(@Nonnull PlannerPlanCollectionResponse response, @Nonnull PlannerPlanCollectionRequestBuilder builder) A collection page for PlannerPlan- Parameters:
response- the serialized PlannerPlanCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-