Package com.mypurecloud.sdk.v2.model
Class WhatsAppConfig
java.lang.Object
com.mypurecloud.sdk.v2.model.WhatsAppConfig
- All Implemented Interfaces:
Serializable
WhatsAppConfig
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentTemplate(DomainEntityRef contentTemplate) The content template used to formulate the WhatsApp message to send to the contact.booleaninthashCode()voidsetContentTemplate(DomainEntityRef contentTemplate) voidsetWhatsAppColumns(List<String> whatsAppColumns) voidsetWhatsAppIntegration(AddressableEntityRef whatsAppIntegration) toString()whatsAppColumns(List<String> whatsAppColumns) The contact list columns specifying the WhatsApp address(es) of the contact.whatsAppIntegration(AddressableEntityRef whatsAppIntegration) The WhatsApp integration used to send message to the contact.
-
Constructor Details
-
WhatsAppConfig
public WhatsAppConfig() -
WhatsAppConfig
-
-
Method Details
-
whatsAppColumns
The contact list columns specifying the WhatsApp address(es) of the contact. -
getWhatsAppColumns
-
setWhatsAppColumns
-
whatsAppIntegration
The WhatsApp integration used to send message to the contact. -
getWhatsAppIntegration
-
setWhatsAppIntegration
-
contentTemplate
The content template used to formulate the WhatsApp message to send to the contact. -
getContentTemplate
-
setContentTemplate
-
equals
-
hashCode
public int hashCode() -
toString
-