Package com.microsoft.graph.requests
Class NotebookGetRecentNotebooksCollectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<T,T2,T3,T4,T5>
com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder<RecentNotebook,NotebookGetRecentNotebooksCollectionRequestBuilder,NotebookGetRecentNotebooksCollectionResponse,NotebookGetRecentNotebooksCollectionPage,NotebookGetRecentNotebooksCollectionRequest>
com.microsoft.graph.requests.NotebookGetRecentNotebooksCollectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class NotebookGetRecentNotebooksCollectionRequestBuilder
extends com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder<RecentNotebook,NotebookGetRecentNotebooksCollectionRequestBuilder,NotebookGetRecentNotebooksCollectionResponse,NotebookGetRecentNotebooksCollectionPage,NotebookGetRecentNotebooksCollectionRequest>
The class for the Notebook Get Recent Notebooks Collection Request Builder.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.BaseFunctionCollectionRequestBuilder
functionOptions -
Constructor Summary
ConstructorsConstructorDescriptionNotebookGetRecentNotebooksCollectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of NotebookNotebookGetRecentNotebooksCollectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, NotebookGetRecentNotebooksParameterSet parameters) The request builder for this collection of Notebook -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the requestMethods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, byIdMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
NotebookGetRecentNotebooksCollectionRequestBuilder
public NotebookGetRecentNotebooksCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of Notebook- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
NotebookGetRecentNotebooksCollectionRequestBuilder
public NotebookGetRecentNotebooksCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull NotebookGetRecentNotebooksParameterSet parameters) The request builder for this collection of Notebook- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public NotebookGetRecentNotebooksCollectionRequest buildRequest(@Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request- Overrides:
buildRequestin classcom.microsoft.graph.http.BaseCollectionRequestBuilder<RecentNotebook,NotebookGetRecentNotebooksCollectionRequestBuilder, NotebookGetRecentNotebooksCollectionResponse, NotebookGetRecentNotebooksCollectionPage, NotebookGetRecentNotebooksCollectionRequest> - Parameters:
requestOptions- the options for this request- Returns:
- the NotebookGetRecentNotebooksCollectionRequest instance
-