Package com.mypurecloud.sdk.v2.model
Class TestMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.TestMessage
- All Implemented Interfaces:
Serializable
TestMessage
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanfrom(EmailAddress from) The sender of the email message.getFrom()getId()getTime()getTo()inthashCode()The html body of the email messagevoidsetFrom(EmailAddress from) voidsetHtmlBody(String htmlBody) voidsetSubject(String subject) voidsetTextBody(String textBody) voidvoidsetTo(List<EmailAddress> to) The subject of the email message.The text body of the email message.The time when the message was sent.to(List<EmailAddress> to) The recipients of the email message.toString()
-
Constructor Details
-
TestMessage
public TestMessage() -
TestMessage
-
-
Method Details
-
getId
-
to
The recipients of the email message. -
getTo
-
setTo
-
from
The sender of the email message. -
getFrom
-
setFrom
-
subject
The subject of the email message. -
getSubject
-
setSubject
-
textBody
The text body of the email message. -
getTextBody
-
setTextBody
-
htmlBody
The html body of the email message -
getHtmlBody
-
setHtmlBody
-
time
The time when the message was sent. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getTime
-
setTime
-
equals
-
hashCode
public int hashCode() -
toString
-