public class OnenoteSectionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<OnenoteSection,OnenoteSectionCollectionRequestBuilder>
| Constructor and Description |
|---|
OnenoteSectionCollectionPage(java.util.List<OnenoteSection> pageContents,
OnenoteSectionCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for OnenoteSection
|
OnenoteSectionCollectionPage(OnenoteSectionCollectionResponse response,
OnenoteSectionCollectionRequestBuilder builder)
A collection page for OnenoteSection
|
public OnenoteSectionCollectionPage(@Nonnull
OnenoteSectionCollectionResponse response,
@Nonnull
OnenoteSectionCollectionRequestBuilder builder)
response - the serialized OnenoteSectionCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic OnenoteSectionCollectionPage(@Nonnull
java.util.List<OnenoteSection> pageContents,
@Nullable
OnenoteSectionCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page