Package com.mypurecloud.sdk.v2.model
Class AgentlessEmailSendRequestDto
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentlessEmailSendRequestDto
- All Implemented Interfaces:
Serializable
AgentlessEmailSendRequestDto
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe type of email domain used to send the agentless message. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationId(String conversationId) The identifier of the conversation.booleanfromAddress(EmailAddress fromAddress) The sender of the message.inthashCode()The Content of the message, in HTML.replyToAddress(EmailAddress replyToAddress) The address to use for reply.The type of email domain used to send the agentless message.voidsetConversationId(String conversationId) voidsetFromAddress(EmailAddress fromAddress) voidsetHtmlBody(String htmlBody) voidsetReplyToAddress(EmailAddress replyToAddress) voidvoidsetSubject(String subject) voidsetTextBody(String textBody) voidsetToAddresses(List<EmailAddress> toAddresses) The subject of the message.The Content of the message, in plain text.toAddresses(List<EmailAddress> toAddresses) The recipient of the message.toString()
-
Constructor Details
-
AgentlessEmailSendRequestDto
public AgentlessEmailSendRequestDto() -
AgentlessEmailSendRequestDto
-
-
Method Details
-
senderType
public AgentlessEmailSendRequestDto senderType(AgentlessEmailSendRequestDto.SenderTypeEnum senderType) The type of email domain used to send the agentless message. -
getSenderType
-
setSenderType
-
conversationId
The identifier of the conversation. This must be an email interaction. -
getConversationId
-
setConversationId
-
fromAddress
The sender of the message. -
getFromAddress
-
setFromAddress
-
toAddresses
The recipient of the message. We currently support one recipient only. -
getToAddresses
-
setToAddresses
-
replyToAddress
The address to use for reply. -
getReplyToAddress
-
setReplyToAddress
-
subject
The subject of the message. -
getSubject
-
setSubject
-
textBody
The Content of the message, in plain text. -
getTextBody
-
setTextBody
-
htmlBody
The Content of the message, in HTML. Links, images and styles are allowed -
getHtmlBody
-
setHtmlBody
-
equals
-
hashCode
public int hashCode() -
toString
-