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