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 Details

    • OnenotePageCollectionPage

      public OnenotePageCollectionPage(@Nonnull OnenotePageCollectionResponse response, @Nonnull OnenotePageCollectionRequestBuilder builder)
      A collection page for OnenotePage
      Parameters:
      response - the serialized OnenotePageCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page