Package com.mypurecloud.sdk.v2.model
Class OutboundMessagingEmailCampaignConfigChangeSmsConfig
java.lang.Object
com.mypurecloud.sdk.v2.model.OutboundMessagingEmailCampaignConfigChangeSmsConfig
- All Implemented Interfaces:
Serializable
public class OutboundMessagingEmailCampaignConfigChangeSmsConfig
extends Object
implements Serializable
An outbound-messaging messaging campaign SMS Config
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOutboundMessagingEmailCampaignConfigChangeSmsConfig(Boolean initWithEmptyList) -
Method Summary
Modifier and TypeMethodDescriptioncontentTemplate(OutboundMessagingEmailCampaignConfigChangeResponseRef contentTemplate) 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(OutboundMessagingEmailCampaignConfigChangeSmsPhoneNumberRef senderSmsPhoneNumber) voidsetContentTemplate(OutboundMessagingEmailCampaignConfigChangeResponseRef contentTemplate) voidsetMessageColumn(String messageColumn) voidsetPhoneColumn(String phoneColumn) voidsetSenderSmsPhoneNumber(OutboundMessagingEmailCampaignConfigChangeSmsPhoneNumberRef senderSmsPhoneNumber) toString()
-
Constructor Details
-
OutboundMessagingEmailCampaignConfigChangeSmsConfig
public OutboundMessagingEmailCampaignConfigChangeSmsConfig() -
OutboundMessagingEmailCampaignConfigChangeSmsConfig
-
-
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
public OutboundMessagingEmailCampaignConfigChangeSmsConfig senderSmsPhoneNumber(OutboundMessagingEmailCampaignConfigChangeSmsPhoneNumberRef senderSmsPhoneNumber) -
getSenderSmsPhoneNumber
-
setSenderSmsPhoneNumber
public void setSenderSmsPhoneNumber(OutboundMessagingEmailCampaignConfigChangeSmsPhoneNumberRef senderSmsPhoneNumber) -
contentTemplate
public OutboundMessagingEmailCampaignConfigChangeSmsConfig contentTemplate(OutboundMessagingEmailCampaignConfigChangeResponseRef contentTemplate) -
getContentTemplate
-
setContentTemplate
public void setContentTemplate(OutboundMessagingEmailCampaignConfigChangeResponseRef contentTemplate) -
equals
-
hashCode
public int hashCode() -
toString
-