Package com.mypurecloud.sdk.v2.model
Class RecordingEmailMessage
java.lang.Object
com.mypurecloud.sdk.v2.model.RecordingEmailMessage
- All Implemented Interfaces:
Serializable
RecordingEmailMessage
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattachments(List<EmailAttachment> attachments) bcc(List<EmailAddress> bcc) cc(List<EmailAddress> cc) booleanfrom(EmailAddress from) getBcc()getCc()getFrom()getId()getTime()getTo()inthashCode()replyTo(EmailAddress replyTo) Indicates the address to which the author of the message suggests that replies be sentvoidsetAttachments(List<EmailAttachment> attachments) voidsetBcc(List<EmailAddress> bcc) voidsetCc(List<EmailAddress> cc) voidsetFrom(EmailAddress from) voidsetHtmlBody(String htmlBody) voidvoidsetReplyTo(EmailAddress replyTo) voidsetSubject(String subject) voidsetTextBody(String textBody) voidvoidsetTo(List<EmailAddress> to) Date time is represented as an ISO-8601 string.to(List<EmailAddress> to) toString()
-
Constructor Details
-
RecordingEmailMessage
public RecordingEmailMessage() -
RecordingEmailMessage
-
-
Method Details
-
htmlBody
-
getHtmlBody
-
setHtmlBody
-
textBody
-
getTextBody
-
setTextBody
-
id
-
getId
-
setId
-
to
-
getTo
-
setTo
-
cc
-
getCc
-
setCc
-
bcc
-
getBcc
-
setBcc
-
from
-
getFrom
-
setFrom
-
replyTo
Indicates the address to which the author of the message suggests that replies be sent -
getReplyTo
-
setReplyTo
-
subject
-
getSubject
-
setSubject
-
attachments
-
getAttachments
-
setAttachments
-
time
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
-