Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationsEmailReconnectRequest
Packages that use PostConversationsEmailReconnectRequest
-
Uses of PostConversationsEmailReconnectRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationsEmailReconnectRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationsEmailReconnect(PostConversationsEmailReconnectRequest request) Reconnect the user to the most recently disconnected customer on a fully disconnected email conversation This request is not valid when using the Client Credentials OAuth grant.ConversationsApiAsync.postConversationsEmailReconnectAsync(PostConversationsEmailReconnectRequest request, AsyncApiCallback<Void> callback) Reconnect the user to the most recently disconnected customer on a fully disconnected email conversation This request is not valid when using the Client Credentials OAuth grant. -
Uses of PostConversationsEmailReconnectRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationsEmailReconnectRequestModifier and TypeMethodDescriptionPostConversationsEmailReconnectRequest.Builder.build()PostConversationsEmailReconnectRequest.withConversationId(String conversationId) PostConversationsEmailReconnectRequest.withCustomHeader(String name, String value)