Uses of Class
com.mypurecloud.sdk.v2.model.EmailMessagePreview
Packages that use EmailMessagePreview
-
Uses of EmailMessagePreview in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailMessagePreviewModifier and TypeMethodDescriptionEmailMessagePreview.attachments(List<Attachment> attachments) The attachments of the email message.EmailMessagePreview.bcc(List<EmailAddress> bcc) The recipients that were blind copied on the email message.EmailMessagePreview.cc(List<EmailAddress> cc) The recipients that were copied on the email message.EmailMessagePreview.draftType(EmailMessagePreview.DraftTypeEnum draftType) The type of draft that need to be treated.EmailMessagePreview.from(EmailAddress from) The sender of the email message.EmailMessagePreview.historyIncluded(Boolean historyIncluded) Indicates whether the history of previous emails of the conversation is included within the email bodies of this message.EmailMessagePreview.replyTo(EmailAddress replyTo) The receiver of the reply email message.EmailMessagePreview.state(EmailMessagePreview.StateEnum state) The state of the current draft.The subject of the email message.EmailMessagePreview.textBodyPreview(String textBodyPreview) A truncated version of the textBodyThe time when the message was received or sent.EmailMessagePreview.to(List<EmailAddress> to) The recipients of the email message.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailMessagePreviewMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailMessagePreviewModifier and TypeMethodDescriptionEmailMessagePreviewListing.entities(List<EmailMessagePreview> entities) voidEmailMessagePreviewListing.setEntities(List<EmailMessagePreview> entities)