Package com.microsoft.graph.requests
Class NotebookGetNotebookFromWebUrlRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<CopyNotebookModel>
com.microsoft.graph.requests.NotebookGetNotebookFromWebUrlRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class NotebookGetNotebookFromWebUrlRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<CopyNotebookModel>
The class for the Notebook Get Notebook From Web Url Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionNotebookGetNotebookFromWebUrlRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this NotebookGetNotebookFromWebUrlNotebookGetNotebookFromWebUrlRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, NotebookGetNotebookFromWebUrlParameterSet parameters) The request builder for this NotebookGetNotebookFromWebUrl -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the NotebookGetNotebookFromWebUrlRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the NotebookGetNotebookFromWebUrlRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
NotebookGetNotebookFromWebUrlRequestBuilder
public NotebookGetNotebookFromWebUrlRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this NotebookGetNotebookFromWebUrl- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
NotebookGetNotebookFromWebUrlRequestBuilder
public NotebookGetNotebookFromWebUrlRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull NotebookGetNotebookFromWebUrlParameterSet parameters) The request builder for this NotebookGetNotebookFromWebUrl- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public NotebookGetNotebookFromWebUrlRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the NotebookGetNotebookFromWebUrlRequest- Parameters:
requestOptions- the options for the request- Returns:
- the NotebookGetNotebookFromWebUrlRequest instance
-
buildRequest
@Nonnull public NotebookGetNotebookFromWebUrlRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the NotebookGetNotebookFromWebUrlRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the NotebookGetNotebookFromWebUrlRequest instance
-