public class MailFolderCopyRequestBuilder extends BaseActionRequestBuilder implements IMailFolderCopyRequestBuilder
bodyParams| Constructor and Description |
|---|
MailFolderCopyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String destinationId)
The request builder for this MailFolderCopy
|
| Modifier and Type | Method and Description |
|---|---|
IMailFolderCopyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IMailFolderCopyRequest with specific requestOptions instead of the existing requestOptions
|
IMailFolderCopyRequest |
buildRequest(Option... requestOptions)
Creates the IMailFolderCopyRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic MailFolderCopyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String destinationId)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestdestinationId - the destinationIdpublic IMailFolderCopyRequest buildRequest(Option... requestOptions)
buildRequest in interface IMailFolderCopyRequestBuilderrequestOptions - the options for the requestpublic IMailFolderCopyRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IMailFolderCopyRequestBuilderrequestOptions - the options for the request