public class MessageCopyRequestBuilder extends BaseActionRequestBuilder implements IMessageCopyRequestBuilder
bodyParams| Constructor and Description |
|---|
MessageCopyRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.lang.String destinationId)
The request builder for this MessageCopy
|
| Modifier and Type | Method and Description |
|---|---|
IMessageCopyRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IMessageCopyRequest with specific requestOptions instead of the existing requestOptions
|
IMessageCopyRequest |
buildRequest(Option... requestOptions)
Creates the IMessageCopyRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic MessageCopyRequestBuilder(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 IMessageCopyRequest buildRequest(Option... requestOptions)
buildRequest in interface IMessageCopyRequestBuilderrequestOptions - the options for the requestpublic IMessageCopyRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IMessageCopyRequestBuilderrequestOptions - the options for the request