Package com.microsoft.graph.requests
Class OnenotePageCopyToSectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<OnenoteOperation>
com.microsoft.graph.requests.OnenotePageCopyToSectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class OnenotePageCopyToSectionRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<OnenoteOperation>
The class for the Onenote Page Copy To Section Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionOnenotePageCopyToSectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this OnenotePageCopyToSectionOnenotePageCopyToSectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, OnenotePageCopyToSectionParameterSet parameters) The request builder for this OnenotePageCopyToSection -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the OnenotePageCopyToSectionRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the OnenotePageCopyToSectionRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
OnenotePageCopyToSectionRequestBuilder
public OnenotePageCopyToSectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this OnenotePageCopyToSection- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
OnenotePageCopyToSectionRequestBuilder
public OnenotePageCopyToSectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull OnenotePageCopyToSectionParameterSet parameters) The request builder for this OnenotePageCopyToSection- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public OnenotePageCopyToSectionRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the OnenotePageCopyToSectionRequest- Parameters:
requestOptions- the options for the request- Returns:
- the OnenotePageCopyToSectionRequest instance
-
buildRequest
@Nonnull public OnenotePageCopyToSectionRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the OnenotePageCopyToSectionRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the OnenotePageCopyToSectionRequest instance
-