Uses of Class
com.mypurecloud.sdk.v2.model.EmailConversation
Packages that use EmailConversation
-
Uses of EmailConversation in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return EmailConversationModifier and TypeMethodDescriptionConversationsApi.getConversationsEmail(GetConversationsEmailRequest request) Get email conversationConversationsApi.getConversationsEmail(String conversationId) Get email conversationConversationsApi.postConversationsEmailInboundmessages(PostConversationsEmailInboundmessagesRequest request) Send an email to an external conversation.ConversationsApi.postConversationsEmailInboundmessages(String conversationId, InboundMessageRequest body) Send an email to an external conversation.ConversationsApi.postConversationsEmails(PostConversationsEmailsRequest request) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider.ConversationsApi.postConversationsEmails(CreateEmailRequest body) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type EmailConversationModifier and TypeMethodDescriptionConversationsApi.getConversationsEmail(ApiRequest<Void> request) Get email conversationConversationsApiAsync.getConversationsEmailAsync(GetConversationsEmailRequest request, AsyncApiCallback<EmailConversation> callback) Get email conversationConversationsApiAsync.getConversationsEmailAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EmailConversation>> callback) Get email conversationConversationsApi.getConversationsEmailWithHttpInfo(String conversationId) Get email conversationConversationsApi.postConversationsEmailInboundmessages(ApiRequest<InboundMessageRequest> request) Send an email to an external conversation.ConversationsApiAsync.postConversationsEmailInboundmessagesAsync(PostConversationsEmailInboundmessagesRequest request, AsyncApiCallback<EmailConversation> callback) Send an email to an external conversation.ConversationsApiAsync.postConversationsEmailInboundmessagesAsync(ApiRequest<InboundMessageRequest> request, AsyncApiCallback<ApiResponse<EmailConversation>> callback) Send an email to an external conversation.ConversationsApi.postConversationsEmailInboundmessagesWithHttpInfo(String conversationId, InboundMessageRequest body) Send an email to an external conversation.ConversationsApi.postConversationsEmails(ApiRequest<CreateEmailRequest> request) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider.ConversationsApiAsync.postConversationsEmailsAsync(PostConversationsEmailsRequest request, AsyncApiCallback<EmailConversation> callback) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider.ConversationsApiAsync.postConversationsEmailsAsync(ApiRequest<CreateEmailRequest> request, AsyncApiCallback<ApiResponse<EmailConversation>> callback) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider.ConversationsApi.postConversationsEmailsWithHttpInfo(CreateEmailRequest body) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type EmailConversationModifier and TypeMethodDescriptionConversationsApiAsync.getConversationsEmailAsync(GetConversationsEmailRequest request, AsyncApiCallback<EmailConversation> callback) Get email conversationConversationsApiAsync.getConversationsEmailAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<EmailConversation>> callback) Get email conversationConversationsApiAsync.postConversationsEmailInboundmessagesAsync(PostConversationsEmailInboundmessagesRequest request, AsyncApiCallback<EmailConversation> callback) Send an email to an external conversation.ConversationsApiAsync.postConversationsEmailInboundmessagesAsync(ApiRequest<InboundMessageRequest> request, AsyncApiCallback<ApiResponse<EmailConversation>> callback) Send an email to an external conversation.ConversationsApiAsync.postConversationsEmailsAsync(PostConversationsEmailsRequest request, AsyncApiCallback<EmailConversation> callback) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider.ConversationsApiAsync.postConversationsEmailsAsync(ApiRequest<CreateEmailRequest> request, AsyncApiCallback<ApiResponse<EmailConversation>> callback) Create an email conversation If the direction of the request is INBOUND, this will create an external conversation with a third party provider. -
Uses of EmailConversation in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return EmailConversationModifier and TypeMethodDescriptionEmailConversation.divisions(List<ConversationDivisionMembership> divisions) Identifiers of divisions associated with this conversation.EmailConversation.inactivityTimeout(Date inactivityTimeout) The time in the future, after which this conversation would be considered inactive.EmailConversation.otherMediaUris(List<String> otherMediaUris) The list of other media channels involved in the conversation.EmailConversation.participants(List<EmailMediaParticipant> participants) The list of participants involved in the conversation.EmailConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.EmailConversation.utilizationLabelId(String utilizationLabelId) An optional label that categorizes the conversation.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type EmailConversationMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type EmailConversationModifier and TypeMethodDescriptionEmailConversationEntityListing.entities(List<EmailConversation> entities) voidEmailConversationEntityListing.setEntities(List<EmailConversation> entities)