Package com.mypurecloud.sdk.v2.model
Class EmailConfig
java.lang.Object
com.mypurecloud.sdk.v2.model.EmailConfig
- All Implemented Interfaces:
Serializable
EmailConfig
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncontentTemplate(DomainEntityRef contentTemplate) The content template used to formulate the email to send to the contact.emailColumns(List<String> emailColumns) The contact list columns specifying the email address(es) of the contact.booleanfromAddress(FromEmailAddress fromAddress) The email address that will be used as the sender of the email.inthashCode()replyToAddress(ReplyToEmailAddress replyToAddress) The email address from which any reply will be sent.voidsetContentTemplate(DomainEntityRef contentTemplate) voidsetEmailColumns(List<String> emailColumns) voidsetFromAddress(FromEmailAddress fromAddress) voidsetReplyToAddress(ReplyToEmailAddress replyToAddress) toString()
-
Constructor Details
-
EmailConfig
public EmailConfig() -
EmailConfig
-
-
Method Details
-
emailColumns
The contact list columns specifying the email address(es) of the contact. -
getEmailColumns
-
setEmailColumns
-
contentTemplate
The content template used to formulate the email to send to the contact. -
getContentTemplate
-
setContentTemplate
-
fromAddress
The email address that will be used as the sender of the email. -
getFromAddress
-
setFromAddress
-
replyToAddress
The email address from which any reply will be sent. -
getReplyToAddress
-
setReplyToAddress
-
equals
-
hashCode
public int hashCode() -
toString
-