Class WorkbookCommentReplyCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookCommentReply,WorkbookCommentReplyCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookCommentReplyCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookCommentReplyCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookCommentReply,WorkbookCommentReplyCollectionRequestBuilder>
The class for the Workbook Comment Reply Collection Page.
  • Constructor Details

    • WorkbookCommentReplyCollectionPage

      public WorkbookCommentReplyCollectionPage(@Nonnull WorkbookCommentReplyCollectionResponse response, @Nonnull WorkbookCommentReplyCollectionRequestBuilder builder)
      A collection page for WorkbookCommentReply
      Parameters:
      response - the serialized WorkbookCommentReplyCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookCommentReplyCollectionPage

      public WorkbookCommentReplyCollectionPage(@Nonnull List<WorkbookCommentReply> pageContents, @Nullable WorkbookCommentReplyCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for WorkbookCommentReply
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page