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