public class OnenotePageCopyToSectionRequestBuilder extends BaseActionRequestBuilder implements IOnenotePageCopyToSectionRequestBuilder
bodyParams| Constructor and Description |
|---|
OnenotePageCopyToSectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String id,
java.lang.String groupId,
java.lang.String siteCollectionId,
java.lang.String siteId)
The request builder for this OnenotePageCopyToSection
|
| Modifier and Type | Method and Description |
|---|---|
IOnenotePageCopyToSectionRequest |
buildRequest()
Creates the IOnenotePageCopyToSectionRequest
|
IOnenotePageCopyToSectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IOnenotePageCopyToSectionRequest 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 OnenotePageCopyToSectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String id,
java.lang.String groupId,
java.lang.String siteCollectionId,
java.lang.String siteId)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestid - the idgroupId - the groupIdsiteCollectionId - the siteCollectionIdsiteId - the siteIdpublic IOnenotePageCopyToSectionRequest buildRequest()
buildRequest in interface IOnenotePageCopyToSectionRequestBuilderpublic IOnenotePageCopyToSectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IOnenotePageCopyToSectionRequestBuilderrequestOptions - the options for the request