Class WorkbookWorksheetCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookWorksheet,WorkbookWorksheetCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookWorksheetCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookWorksheetCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookWorksheet,WorkbookWorksheetCollectionRequestBuilder>
The class for the Workbook Worksheet Collection Page.
  • Constructor Details

    • WorkbookWorksheetCollectionPage

      public WorkbookWorksheetCollectionPage(@Nonnull WorkbookWorksheetCollectionResponse response, @Nonnull WorkbookWorksheetCollectionRequestBuilder builder)
      A collection page for WorkbookWorksheet
      Parameters:
      response - the serialized WorkbookWorksheetCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookWorksheetCollectionPage

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