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