public class WorkbookChartPointCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookChartPoint,WorkbookChartPointCollectionRequestBuilder>
| Constructor and Description |
|---|
WorkbookChartPointCollectionPage(java.util.List<WorkbookChartPoint> pageContents,
WorkbookChartPointCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for WorkbookChartPoint
|
WorkbookChartPointCollectionPage(WorkbookChartPointCollectionResponse response,
WorkbookChartPointCollectionRequestBuilder builder)
A collection page for WorkbookChartPoint
|
public WorkbookChartPointCollectionPage(@Nonnull
WorkbookChartPointCollectionResponse response,
@Nonnull
WorkbookChartPointCollectionRequestBuilder builder)
response - the serialized WorkbookChartPointCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic WorkbookChartPointCollectionPage(@Nonnull
java.util.List<WorkbookChartPoint> pageContents,
@Nullable
WorkbookChartPointCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page