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