Class NotebookGetRecentNotebooksCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseFunctionCollectionRequest<RecentNotebook,NotebookGetRecentNotebooksCollectionResponse,NotebookGetRecentNotebooksCollectionPage>
com.microsoft.graph.requests.NotebookGetRecentNotebooksCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class NotebookGetRecentNotebooksCollectionRequest extends com.microsoft.graph.http.BaseFunctionCollectionRequest<RecentNotebook,NotebookGetRecentNotebooksCollectionResponse,NotebookGetRecentNotebooksCollectionPage>
The class for the Notebook Get Recent Notebooks Collection Request.
  • Constructor Details

    • NotebookGetRecentNotebooksCollectionRequest

      public NotebookGetRecentNotebooksCollectionRequest(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request for this NotebookGetRecentNotebooks
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details