Uses of Class
com.mypurecloud.sdk.v2.model.EmailMessageReply
Packages that use EmailMessageReply
-
Uses of EmailMessageReply in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EmailMessageReplyModifier and TypeMethodDescriptionConversationsApi.postConversationsEmailMessages(PostConversationsEmailMessagesRequest request) Send an email replyConversationsApi.postConversationsEmailMessages(String conversationId, EmailMessage body) Send an email replyMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type EmailMessageReplyModifier and TypeMethodDescriptionConversationsApi.postConversationsEmailMessages(ApiRequest<EmailMessage> request) Send an email replyConversationsApiAsync.postConversationsEmailMessagesAsync(PostConversationsEmailMessagesRequest request, AsyncApiCallback<EmailMessageReply> callback) Send an email replyConversationsApiAsync.postConversationsEmailMessagesAsync(ApiRequest<EmailMessage> request, AsyncApiCallback<ApiResponse<EmailMessageReply>> callback) Send an email replyConversationsApi.postConversationsEmailMessagesWithHttpInfo(String conversationId, EmailMessage body) Send an email replyMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type EmailMessageReplyModifier and TypeMethodDescriptionConversationsApiAsync.postConversationsEmailMessagesAsync(PostConversationsEmailMessagesRequest request, AsyncApiCallback<EmailMessageReply> callback) Send an email replyConversationsApiAsync.postConversationsEmailMessagesAsync(ApiRequest<EmailMessage> request, AsyncApiCallback<ApiResponse<EmailMessageReply>> callback) Send an email reply -
Uses of EmailMessageReply in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailMessageReplyModifier and TypeMethodDescriptionEmailMessageReply.attachments(List<Attachment> attachments) The attachments of the email message.EmailMessageReply.bcc(List<EmailAddress> bcc) The recipients that were blind copied on the email message.EmailMessageReply.cc(List<EmailAddress> cc) The recipients that were copied on the email message.EmailMessageReply.from(EmailAddress from) The sender of the email message.EmailMessageReply.historyIncluded(Boolean historyIncluded) Indicates whether the history of previous emails of the conversation is included within the email bodies of this message.The html body of the email message.EmailMessageReply.replyTo(EmailAddress replyTo) The receiver of the reply email message.The subject of the email message.The text body of the email message.The time when the message was received or sent.EmailMessageReply.to(List<EmailAddress> to) The recipients of the email message.