Class WorkbookChartCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookChart,WorkbookChartCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookChartCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookChartCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookChart,WorkbookChartCollectionRequestBuilder>
The class for the Workbook Chart Collection Page.
  • Constructor Details

    • WorkbookChartCollectionPage

      public WorkbookChartCollectionPage(@Nonnull WorkbookChartCollectionResponse response, @Nonnull WorkbookChartCollectionRequestBuilder builder)
      A collection page for WorkbookChart
      Parameters:
      response - the serialized WorkbookChartCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookChartCollectionPage

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