Package com.mypurecloud.sdk.v2.model
Class AgentlessEmailSendResponseDto
java.lang.Object
com.mypurecloud.sdk.v2.model.AgentlessEmailSendResponseDto
- All Implemented Interfaces:
Serializable
AgentlessEmailSendResponseDto
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe identifier of the external participant of the given conversation. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconversationId(String conversationId) The identifier of the conversation.dateCreated(Date dateCreated) The message creation timestamp.booleanfromAddress(EmailAddress fromAddress) The sender of the message.getId()inthashCode()replyToAddress(EmailAddress replyToAddress) The address to use for reply.The identifier of the external participant of the given conversation.voidsetConversationId(String conversationId) voidsetDateCreated(Date dateCreated) voidsetFromAddress(EmailAddress fromAddress) voidsetReplyToAddress(EmailAddress replyToAddress) voidvoidsetSubject(String subject) voidsetToAddresses(List<EmailAddress> toAddresses) The subject of the message.toAddresses(List<EmailAddress> toAddresses) The recipient of the message.toString()
-
Constructor Details
-
AgentlessEmailSendResponseDto
public AgentlessEmailSendResponseDto() -
AgentlessEmailSendResponseDto
-
-
Method Details
-
getId
-
conversationId
The identifier of the conversation. -
getConversationId
-
setConversationId
-
senderType
public AgentlessEmailSendResponseDto senderType(AgentlessEmailSendResponseDto.SenderTypeEnum senderType) The identifier of the external participant of the given conversation. -
getSenderType
-
setSenderType
-
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
-
dateCreated
The message creation timestamp. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-