Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionWorkbookChartPointCollectionPage
(WorkbookChartPointCollectionResponse response, WorkbookChartPointCollectionRequestBuilder builder) A collection page for WorkbookChartPointWorkbookChartPointCollectionPage
(List<WorkbookChartPoint> pageContents, WorkbookChartPointCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookChartPoint -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WorkbookChartPointCollectionPage
public WorkbookChartPointCollectionPage(@Nonnull WorkbookChartPointCollectionResponse response, @Nonnull WorkbookChartPointCollectionRequestBuilder builder) A collection page for WorkbookChartPoint- Parameters:
response
- the serialized WorkbookChartPointCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-