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 Details

    • OnenoteSectionCollectionPage

      public OnenoteSectionCollectionPage(@Nonnull OnenoteSectionCollectionResponse response, @Nonnull OnenoteSectionCollectionRequestBuilder builder)
      A collection page for OnenoteSection
      Parameters:
      response - the serialized OnenoteSectionCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page