R - - recipients typeT - - message payload typepublic abstract class SMSGatewayCenterVoiceMessage<R,T> extends DisposableMessage<R,T>
| Modifier and Type | Field and Description |
|---|---|
protected SMSGatewayCenterVoiceMessageSetting |
setting |
contentType, messageId, payload, priority, recipients| Constructor and Description |
|---|
SMSGatewayCenterVoiceMessage() |
SMSGatewayCenterVoiceMessage(Priority priority,
List<R> phoneNumbers,
T payload) |
SMSGatewayCenterVoiceMessage(SMSGatewayCenterVoiceMessage<R,T> msg) |
| Modifier and Type | Method and Description |
|---|---|
void |
buildMessage(DisposableMessage<R,T> msg)
Create a
SMSGatewayCenterVoiceMessage from a DisposableMessage. |
abstract String |
getAudioType() |
abstract String |
getSendMethod() |
SMSGatewayCenterVoiceMessageSetting |
getSetting() |
void |
setSetting(SMSGatewayCenterVoiceMessageSetting setting) |
getContentType, getMessageId, getPayload, getPriority, getRecipients, setContentType, setMessageId, setPayload, setPriority, setRecipientsprotected SMSGatewayCenterVoiceMessageSetting setting
public SMSGatewayCenterVoiceMessage()
public SMSGatewayCenterVoiceMessage(SMSGatewayCenterVoiceMessage<R,T> msg)
public abstract String getSendMethod()
public abstract String getAudioType()
public SMSGatewayCenterVoiceMessageSetting getSetting()
public void setSetting(SMSGatewayCenterVoiceMessageSetting setting)
public void buildMessage(DisposableMessage<R,T> msg)
SMSGatewayCenterVoiceMessage from a DisposableMessage.msg - Copyright © 2018. All rights reserved.