Package com.microsoft.graph.requests
Class WorkbookPivotTableCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookPivotTable,WorkbookPivotTableCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookPivotTableCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WorkbookPivotTableCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<WorkbookPivotTable,WorkbookPivotTableCollectionRequestBuilder>
The class for the Workbook Pivot Table Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookPivotTableCollectionPage(WorkbookPivotTableCollectionResponse response, WorkbookPivotTableCollectionRequestBuilder builder) A collection page for WorkbookPivotTableWorkbookPivotTableCollectionPage(List<WorkbookPivotTable> pageContents, WorkbookPivotTableCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookPivotTable -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WorkbookPivotTableCollectionPage
public WorkbookPivotTableCollectionPage(@Nonnull WorkbookPivotTableCollectionResponse response, @Nonnull WorkbookPivotTableCollectionRequestBuilder builder) A collection page for WorkbookPivotTable- Parameters:
response- the serialized WorkbookPivotTableCollectionResponse from the servicebuilder- the request builder for the next collection page
-
WorkbookPivotTableCollectionPage
public WorkbookPivotTableCollectionPage(@Nonnull List<WorkbookPivotTable> pageContents, @Nullable WorkbookPivotTableCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookPivotTable- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-