Class WorkbookTableColumnCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookTableColumn,WorkbookTableColumnCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookTableColumnCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookTableColumnCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookTableColumn,WorkbookTableColumnCollectionRequestBuilder>
The class for the Workbook Table Column Collection Page.
  • Constructor Details

    • WorkbookTableColumnCollectionPage

      public WorkbookTableColumnCollectionPage(@Nonnull WorkbookTableColumnCollectionResponse response, @Nonnull WorkbookTableColumnCollectionRequestBuilder builder)
      A collection page for WorkbookTableColumn
      Parameters:
      response - the serialized WorkbookTableColumnCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookTableColumnCollectionPage

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