Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionWorkbookCommentReplyCollectionPage(WorkbookCommentReplyCollectionResponse response, WorkbookCommentReplyCollectionRequestBuilder builder) A collection page for WorkbookCommentReplyWorkbookCommentReplyCollectionPage(List<WorkbookCommentReply> pageContents, WorkbookCommentReplyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookCommentReply -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WorkbookCommentReplyCollectionPage
public WorkbookCommentReplyCollectionPage(@Nonnull WorkbookCommentReplyCollectionResponse response, @Nonnull WorkbookCommentReplyCollectionRequestBuilder builder) A collection page for WorkbookCommentReply- Parameters:
response- the serialized WorkbookCommentReplyCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-