Class WorkbookTableCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookTable,WorkbookTableCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookTableCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookTableCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookTable,WorkbookTableCollectionRequestBuilder>
The class for the Workbook Table Collection Page.
  • Constructor Details

    • WorkbookTableCollectionPage

      public WorkbookTableCollectionPage(@Nonnull WorkbookTableCollectionResponse response, @Nonnull WorkbookTableCollectionRequestBuilder builder)
      A collection page for WorkbookTable
      Parameters:
      response - the serialized WorkbookTableCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookTableCollectionPage

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