Class WorkbookTableRowCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookTableRow,WorkbookTableRowCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookTableRowCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookTableRowCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookTableRow,WorkbookTableRowCollectionRequestBuilder>
The class for the Workbook Table Row Collection Page.
  • Constructor Details

    • WorkbookTableRowCollectionPage

      public WorkbookTableRowCollectionPage(@Nonnull WorkbookTableRowCollectionResponse response, @Nonnull WorkbookTableRowCollectionRequestBuilder builder)
      A collection page for WorkbookTableRow
      Parameters:
      response - the serialized WorkbookTableRowCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookTableRowCollectionPage

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