Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionNotebookGetRecentNotebooksCollectionPage
(NotebookGetRecentNotebooksCollectionResponse response, NotebookGetRecentNotebooksCollectionRequestBuilder builder) A collection page for RecentNotebook.NotebookGetRecentNotebooksCollectionPage
(List<RecentNotebook> pageContents, NotebookGetRecentNotebooksCollectionRequestBuilder nextRequestBuilder) Creates the collection page for NotebookGetRecentNotebooks -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
NotebookGetRecentNotebooksCollectionPage
public NotebookGetRecentNotebooksCollectionPage(@Nonnull NotebookGetRecentNotebooksCollectionResponse response, @Nonnull NotebookGetRecentNotebooksCollectionRequestBuilder builder) A collection page for RecentNotebook.- Parameters:
response
- The serialized NotebookGetRecentNotebooksCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-