public class OnenotePageCopyToSectionRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<OnenoteOperation>
| Constructor and Description |
|---|
OnenotePageCopyToSectionRequestBuilder(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 OnenotePageCopyToSection
|
OnenotePageCopyToSectionRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
OnenotePageCopyToSectionParameterSet parameters)
The request builder for this OnenotePageCopyToSection
|
| Modifier and Type | Method and Description |
|---|---|
OnenotePageCopyToSectionRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the OnenotePageCopyToSectionRequest with specific requestOptions instead of the existing requestOptions
|
OnenotePageCopyToSectionRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the OnenotePageCopyToSectionRequest
|
public OnenotePageCopyToSectionRequestBuilder(@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 OnenotePageCopyToSectionRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
OnenotePageCopyToSectionParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public OnenotePageCopyToSectionRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions - the options for the request@Nonnull public OnenotePageCopyToSectionRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions - the options for the request