Class WhatsAppConfig

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

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

    • WhatsAppConfig

      public WhatsAppConfig()
    • WhatsAppConfig

      public WhatsAppConfig(Boolean initWithEmptyList)
  • Method Details

    • whatsAppColumns

      public WhatsAppConfig whatsAppColumns(List<String> whatsAppColumns)
      The contact list columns specifying the WhatsApp address(es) of the contact.
    • getWhatsAppColumns

      public List<String> getWhatsAppColumns()
    • setWhatsAppColumns

      public void setWhatsAppColumns(List<String> whatsAppColumns)
    • whatsAppIntegration

      public WhatsAppConfig whatsAppIntegration(AddressableEntityRef whatsAppIntegration)
      The WhatsApp integration used to send message to the contact.
    • getWhatsAppIntegration

      public AddressableEntityRef getWhatsAppIntegration()
    • setWhatsAppIntegration

      public void setWhatsAppIntegration(AddressableEntityRef whatsAppIntegration)
    • contentTemplate

      public WhatsAppConfig contentTemplate(DomainEntityRef contentTemplate)
      The content template used to formulate the WhatsApp 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