Class WorkbookNamedItemCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookNamedItem,WorkbookNamedItemCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookNamedItemCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookNamedItemCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookNamedItem,WorkbookNamedItemCollectionRequestBuilder>
The class for the Workbook Named Item Collection Page.
  • Constructor Details

    • WorkbookNamedItemCollectionPage

      public WorkbookNamedItemCollectionPage(@Nonnull WorkbookNamedItemCollectionResponse response, @Nonnull WorkbookNamedItemCollectionRequestBuilder builder)
      A collection page for WorkbookNamedItem
      Parameters:
      response - the serialized WorkbookNamedItemCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookNamedItemCollectionPage

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