Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsEmailsRequest
Packages that use PostConversationsEmailsRequest
-
Uses of PostConversationsEmailsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsEmailsRequestModifier and TypeMethodDescriptionConversationsApi.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.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. -
Uses of PostConversationsEmailsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsEmailsRequestModifier and TypeMethodDescriptionPostConversationsEmailsRequest.Builder.build()PostConversationsEmailsRequest.withBody(CreateEmailRequest body) PostConversationsEmailsRequest.withCustomHeader(String name, String value)