Class ChecklistItemCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ChecklistItem,ChecklistItemCollectionRequestBuilder>
com.microsoft.graph.requests.ChecklistItemCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ChecklistItemCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ChecklistItem,ChecklistItemCollectionRequestBuilder>
The class for the Checklist Item Collection Page.
  • Constructor Details

    • ChecklistItemCollectionPage

      public ChecklistItemCollectionPage(@Nonnull ChecklistItemCollectionResponse response, @Nonnull ChecklistItemCollectionRequestBuilder builder)
      A collection page for ChecklistItem
      Parameters:
      response - the serialized ChecklistItemCollectionResponse from the service
      builder - the request builder for the next collection page
    • ChecklistItemCollectionPage

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