Class WorkbookPivotTableCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookPivotTable,WorkbookPivotTableCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookPivotTableCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookPivotTableCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookPivotTable,WorkbookPivotTableCollectionRequestBuilder>
The class for the Workbook Pivot Table Collection Page.
  • Constructor Details

    • WorkbookPivotTableCollectionPage

      public WorkbookPivotTableCollectionPage(@Nonnull WorkbookPivotTableCollectionResponse response, @Nonnull WorkbookPivotTableCollectionRequestBuilder builder)
      A collection page for WorkbookPivotTable
      Parameters:
      response - the serialized WorkbookPivotTableCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookPivotTableCollectionPage

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