Package com.mypurecloud.sdk.v2.model
Class SmsConfig
java.lang.Object
com.mypurecloud.sdk.v2.model.SmsConfig
- All Implemented Interfaces:
Serializable
SmsConfig
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentTemplate(DomainEntityRef contentTemplate) The content template used to formulate the message to send to the contact.booleaninthashCode()messageColumn(String messageColumn) The Contact List column specifying the message to send to the contact.phoneColumn(String phoneColumn) The Contact List column specifying the phone number to send a message to.senderSmsPhoneNumber(SmsPhoneNumberRef senderSmsPhoneNumber) A reference to the SMS Phone Number that will be used as the sender of a message.voidsetContentTemplate(DomainEntityRef contentTemplate) voidsetMessageColumn(String messageColumn) voidsetPhoneColumn(String phoneColumn) voidsetSenderSmsPhoneNumber(SmsPhoneNumberRef senderSmsPhoneNumber) toString()
-
Constructor Details
-
SmsConfig
public SmsConfig() -
SmsConfig
-
-
Method Details
-
messageColumn
The Contact List column specifying the message to send to the contact. -
getMessageColumn
-
setMessageColumn
-
phoneColumn
The Contact List column specifying the phone number to send a message to. -
getPhoneColumn
-
setPhoneColumn
-
senderSmsPhoneNumber
A reference to the SMS Phone Number that will be used as the sender of a message. -
getSenderSmsPhoneNumber
-
setSenderSmsPhoneNumber
-
contentTemplate
The content template used to formulate the message to send to the contact. -
getContentTemplate
-
setContentTemplate
-
equals
-
hashCode
public int hashCode() -
toString
-