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