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