Class NotebookGetRecentNotebooksCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RecentNotebook,NotebookGetRecentNotebooksCollectionRequestBuilder>
com.microsoft.graph.requests.NotebookGetRecentNotebooksCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class NotebookGetRecentNotebooksCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<RecentNotebook,NotebookGetRecentNotebooksCollectionRequestBuilder>
The class for the Notebook Get Recent Notebooks Collection Page.
  • Constructor Details

    • NotebookGetRecentNotebooksCollectionPage

      public NotebookGetRecentNotebooksCollectionPage(@Nonnull NotebookGetRecentNotebooksCollectionResponse response, @Nonnull NotebookGetRecentNotebooksCollectionRequestBuilder builder)
      A collection page for RecentNotebook.
      Parameters:
      response - The serialized NotebookGetRecentNotebooksCollectionResponse from the service
      builder - The request builder for the next collection page
    • NotebookGetRecentNotebooksCollectionPage

      public NotebookGetRecentNotebooksCollectionPage(@Nonnull List<RecentNotebook> pageContents, @Nullable NotebookGetRecentNotebooksCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for NotebookGetRecentNotebooks
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page