Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsEmailInboundmessagesRequest
Packages that use PostConversationsEmailInboundmessagesRequest
-
Uses of PostConversationsEmailInboundmessagesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsEmailInboundmessagesRequestModifier and TypeMethodDescriptionConversationsApi.postConversationsEmailInboundmessages(PostConversationsEmailInboundmessagesRequest request) Send an email to an external conversation.ConversationsApiAsync.postConversationsEmailInboundmessagesAsync(PostConversationsEmailInboundmessagesRequest request, AsyncApiCallback<EmailConversation> callback) Send an email to an external conversation. -
Uses of PostConversationsEmailInboundmessagesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsEmailInboundmessagesRequestModifier and TypeMethodDescriptionPostConversationsEmailInboundmessagesRequest.Builder.build()PostConversationsEmailInboundmessagesRequest.withBody(InboundMessageRequest body) PostConversationsEmailInboundmessagesRequest.withConversationId(String conversationId) PostConversationsEmailInboundmessagesRequest.withCustomHeader(String name, String value)