public interface IMessageSendRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IMessageSendRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IMessageSendRequest with specific options instead of the existing options
|
IMessageSendRequest |
buildRequest(Option... requestOptions)
Creates the IMessageSendRequest
|
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentIMessageSendRequest buildRequest(Option... requestOptions)
requestOptions - the options for the requestIMessageSendRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for the request