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