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