public class OnenoteSectionCopyToSectionGroupRequestBuilder extends BaseActionRequestBuilder implements IOnenoteSectionCopyToSectionGroupRequestBuilder
bodyParams| Constructor and Description |
|---|
OnenoteSectionCopyToSectionGroupRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String id,
java.lang.String groupId,
java.lang.String renameAs,
java.lang.String siteCollectionId,
java.lang.String siteId)
The request builder for this OnenoteSectionCopyToSectionGroup
|
| Modifier and Type | Method and Description |
|---|---|
IOnenoteSectionCopyToSectionGroupRequest |
buildRequest()
Creates the IOnenoteSectionCopyToSectionGroupRequest
|
IOnenoteSectionCopyToSectionGroupRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IOnenoteSectionCopyToSectionGroupRequest with specific requestOptions instead of the existing requestOptions
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic OnenoteSectionCopyToSectionGroupRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String id,
java.lang.String groupId,
java.lang.String renameAs,
java.lang.String siteCollectionId,
java.lang.String siteId)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestid - the idgroupId - the groupIdrenameAs - the renameAssiteCollectionId - the siteCollectionIdsiteId - the siteIdpublic IOnenoteSectionCopyToSectionGroupRequest buildRequest()
buildRequest in interface IOnenoteSectionCopyToSectionGroupRequestBuilderpublic IOnenoteSectionCopyToSectionGroupRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOnenoteSectionCopyToSectionGroupRequestBuilderrequestOptions - the options for the request