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