Class WorkbookChartPointCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookChartPoint,WorkbookChartPointCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookChartPointCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookChartPointCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookChartPoint,WorkbookChartPointCollectionRequestBuilder>
The class for the Workbook Chart Point Collection Page.
  • Constructor Details

    • WorkbookChartPointCollectionPage

      public WorkbookChartPointCollectionPage(@Nonnull WorkbookChartPointCollectionResponse response, @Nonnull WorkbookChartPointCollectionRequestBuilder builder)
      A collection page for WorkbookChartPoint
      Parameters:
      response - the serialized WorkbookChartPointCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookChartPointCollectionPage

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