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