public class NotebookGetRecentNotebooksCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<RecentNotebook,NotebookGetRecentNotebooksCollectionRequestBuilder>
Constructor and Description |
---|
NotebookGetRecentNotebooksCollectionPage(java.util.List<RecentNotebook> pageContents,
NotebookGetRecentNotebooksCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for NotebookGetRecentNotebooks
|
NotebookGetRecentNotebooksCollectionPage(NotebookGetRecentNotebooksCollectionResponse response,
NotebookGetRecentNotebooksCollectionRequestBuilder builder)
A collection page for RecentNotebook.
|
public NotebookGetRecentNotebooksCollectionPage(@Nonnull NotebookGetRecentNotebooksCollectionResponse response, @Nonnull NotebookGetRecentNotebooksCollectionRequestBuilder builder)
response
- The serialized NotebookGetRecentNotebooksCollectionResponse from the servicebuilder
- The request builder for the next collection pagepublic NotebookGetRecentNotebooksCollectionPage(@Nonnull java.util.List<RecentNotebook> pageContents, @Nullable NotebookGetRecentNotebooksCollectionRequestBuilder nextRequestBuilder)
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page