Class WorkbookCommentCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookComment,WorkbookCommentCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookCommentCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class WorkbookCommentCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<WorkbookComment,WorkbookCommentCollectionRequestBuilder>
The class for the Workbook Comment Collection Page.
  • Constructor Details

    • WorkbookCommentCollectionPage

      public WorkbookCommentCollectionPage(@Nonnull WorkbookCommentCollectionResponse response, @Nonnull WorkbookCommentCollectionRequestBuilder builder)
      A collection page for WorkbookComment
      Parameters:
      response - the serialized WorkbookCommentCollectionResponse from the service
      builder - the request builder for the next collection page
    • WorkbookCommentCollectionPage

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