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