Class PlannerBucketCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<PlannerBucket,PlannerBucketCollectionRequestBuilder>
com.microsoft.graph.requests.PlannerBucketCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PlannerBucketCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<PlannerBucket,PlannerBucketCollectionRequestBuilder>
The class for the Planner Bucket Collection Page.
  • Constructor Details

    • PlannerBucketCollectionPage

      public PlannerBucketCollectionPage(@Nonnull PlannerBucketCollectionResponse response, @Nonnull PlannerBucketCollectionRequestBuilder builder)
      A collection page for PlannerBucket
      Parameters:
      response - the serialized PlannerBucketCollectionResponse from the service
      builder - the request builder for the next collection page
    • PlannerBucketCollectionPage

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