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