public class OnenoteSectionCopyToNotebookRequestBuilder extends BaseActionRequestBuilder implements IOnenoteSectionCopyToNotebookRequestBuilder
bodyParams
Constructor and Description |
---|
OnenoteSectionCopyToNotebookRequestBuilder(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 OnenoteSectionCopyToNotebook
|
Modifier and Type | Method and Description |
---|---|
IOnenoteSectionCopyToNotebookRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IOnenoteSectionCopyToNotebookRequest with specific requestOptions instead of the existing requestOptions
|
IOnenoteSectionCopyToNotebookRequest |
buildRequest(Option... requestOptions)
Creates the IOnenoteSectionCopyToNotebookRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public OnenoteSectionCopyToNotebookRequestBuilder(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 IOnenoteSectionCopyToNotebookRequest buildRequest(Option... requestOptions)
buildRequest
in interface IOnenoteSectionCopyToNotebookRequestBuilder
requestOptions
- the options for the requestpublic IOnenoteSectionCopyToNotebookRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IOnenoteSectionCopyToNotebookRequestBuilder
requestOptions
- the options for the request