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