Class NotebookCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Notebook,NotebookCollectionRequestBuilder>
com.microsoft.graph.requests.NotebookCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class NotebookCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Notebook,NotebookCollectionRequestBuilder>
The class for the Notebook Collection Page.
  • Constructor Details

    • NotebookCollectionPage

      public NotebookCollectionPage(@Nonnull NotebookCollectionResponse response, @Nonnull NotebookCollectionRequestBuilder builder)
      A collection page for Notebook
      Parameters:
      response - the serialized NotebookCollectionResponse from the service
      builder - the request builder for the next collection page
    • NotebookCollectionPage

      public NotebookCollectionPage(@Nonnull List<Notebook> pageContents, @Nullable NotebookCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for Notebook
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page