public class PlannerPlanCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PlannerPlan,PlannerPlanCollectionRequestBuilder>
| Constructor and Description |
|---|
PlannerPlanCollectionPage(java.util.List<PlannerPlan> pageContents,
PlannerPlanCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for PlannerPlan
|
PlannerPlanCollectionPage(PlannerPlanCollectionResponse response,
PlannerPlanCollectionRequestBuilder builder)
A collection page for PlannerPlan
|
public PlannerPlanCollectionPage(@Nonnull
PlannerPlanCollectionResponse response,
@Nonnull
PlannerPlanCollectionRequestBuilder builder)
response - the serialized PlannerPlanCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic PlannerPlanCollectionPage(@Nonnull
java.util.List<PlannerPlan> pageContents,
@Nullable
PlannerPlanCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page