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