Class SmsConfig

java.lang.Object
com.mypurecloud.sdk.v2.model.SmsConfig
All Implemented Interfaces:
Serializable

public class SmsConfig extends Object implements Serializable
SmsConfig
See Also:
  • Constructor Details

    • SmsConfig

      public SmsConfig()
    • SmsConfig

      public SmsConfig(Boolean initWithEmptyList)
  • Method Details

    • messageColumn

      public SmsConfig messageColumn(String messageColumn)
      The Contact List column specifying the message to send to the contact.
    • getMessageColumn

      public String getMessageColumn()
    • setMessageColumn

      public void setMessageColumn(String messageColumn)
    • phoneColumn

      public SmsConfig phoneColumn(String phoneColumn)
      The Contact List column specifying the phone number to send a message to.
    • getPhoneColumn

      public String getPhoneColumn()
    • setPhoneColumn

      public void setPhoneColumn(String phoneColumn)
    • senderSmsPhoneNumber

      public SmsConfig senderSmsPhoneNumber(SmsPhoneNumberRef senderSmsPhoneNumber)
      A reference to the SMS Phone Number that will be used as the sender of a message.
    • getSenderSmsPhoneNumber

      public SmsPhoneNumberRef getSenderSmsPhoneNumber()
    • setSenderSmsPhoneNumber

      public void setSenderSmsPhoneNumber(SmsPhoneNumberRef senderSmsPhoneNumber)
    • contentTemplate

      public SmsConfig contentTemplate(DomainEntityRef contentTemplate)
      The content template used to formulate the message to send to the contact.
    • getContentTemplate

      public DomainEntityRef getContentTemplate()
    • setContentTemplate

      public void setContentTemplate(DomainEntityRef contentTemplate)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object