public class NotebookGetRecentNotebooksCollectionRequestBuilder extends com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder<RecentNotebook,NotebookGetRecentNotebooksCollectionRequestBuilder,NotebookGetRecentNotebooksCollectionResponse,NotebookGetRecentNotebooksCollectionPage,NotebookGetRecentNotebooksCollectionRequest>
| Constructor and Description |
|---|
NotebookGetRecentNotebooksCollectionRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this collection of Notebook
|
NotebookGetRecentNotebooksCollectionRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
NotebookGetRecentNotebooksParameterSet parameters)
The request builder for this collection of Notebook
|
| Modifier and Type | Method and Description |
|---|---|
NotebookGetRecentNotebooksCollectionRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request
|
buildRequest, byIdpublic NotebookGetRecentNotebooksCollectionRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic NotebookGetRecentNotebooksCollectionRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
NotebookGetRecentNotebooksParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public NotebookGetRecentNotebooksCollectionRequest buildRequest(@Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
buildRequest in class com.microsoft.graph.http.BaseCollectionRequestBuilder<RecentNotebook,NotebookGetRecentNotebooksCollectionRequestBuilder,NotebookGetRecentNotebooksCollectionResponse,NotebookGetRecentNotebooksCollectionPage,NotebookGetRecentNotebooksCollectionRequest>requestOptions - the options for this request