Uses of Class
com.mypurecloud.sdk.v2.api.request.PostConversationParticipantReplaceQueueRequest
Packages that use PostConversationParticipantReplaceQueueRequest
-
Uses of PostConversationParticipantReplaceQueueRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostConversationParticipantReplaceQueueRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantReplaceQueue(PostConversationParticipantReplaceQueueRequest request) Replace this participant with the specified queueConversationsApiAsync.postConversationParticipantReplaceQueueAsync(PostConversationParticipantReplaceQueueRequest request, AsyncApiCallback<Void> callback) Replace this participant with the specified queue -
Uses of PostConversationParticipantReplaceQueueRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostConversationParticipantReplaceQueueRequestModifier and TypeMethodDescriptionPostConversationParticipantReplaceQueueRequest.Builder.build()PostConversationParticipantReplaceQueueRequest.withBody(TransferToQueueRequest body) PostConversationParticipantReplaceQueueRequest.withConversationId(String conversationId) PostConversationParticipantReplaceQueueRequest.withCustomHeader(String name, String value) PostConversationParticipantReplaceQueueRequest.withParticipantId(String participantId)