Package com.microsoft.graph.requests
Class WorkbookOperationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<WorkbookOperation,WorkbookOperationCollectionRequestBuilder>
com.microsoft.graph.requests.WorkbookOperationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class WorkbookOperationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<WorkbookOperation,WorkbookOperationCollectionRequestBuilder>
The class for the Workbook Operation Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionWorkbookOperationCollectionPage
(WorkbookOperationCollectionResponse response, WorkbookOperationCollectionRequestBuilder builder) A collection page for WorkbookOperationWorkbookOperationCollectionPage
(List<WorkbookOperation> pageContents, WorkbookOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookOperation -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
WorkbookOperationCollectionPage
public WorkbookOperationCollectionPage(@Nonnull WorkbookOperationCollectionResponse response, @Nonnull WorkbookOperationCollectionRequestBuilder builder) A collection page for WorkbookOperation- Parameters:
response
- the serialized WorkbookOperationCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
WorkbookOperationCollectionPage
public WorkbookOperationCollectionPage(@Nonnull List<WorkbookOperation> pageContents, @Nullable WorkbookOperationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for WorkbookOperation- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-