Uses of Class
com.mypurecloud.sdk.v2.model.TransferToQueueRequest
Packages that use TransferToQueueRequest
Package
Description
-
Uses of TransferToQueueRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TransferToQueueRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantReplaceQueue(String conversationId, String participantId, TransferToQueueRequest body) Replace this participant with the specified queueConversationsApi.postConversationParticipantReplaceQueueWithHttpInfo(String conversationId, String participantId, TransferToQueueRequest body) Replace this participant with the specified queueMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TransferToQueueRequestModifier and TypeMethodDescriptionConversationsApi.postConversationParticipantReplaceQueue(ApiRequest<TransferToQueueRequest> request) Replace this participant with the specified queueConversationsApiAsync.postConversationParticipantReplaceQueueAsync(ApiRequest<TransferToQueueRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Replace this participant with the specified queue -
Uses of TransferToQueueRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TransferToQueueRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TransferToQueueRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type TransferToQueueRequestModifier and TypeMethodDescriptionPostConversationParticipantReplaceQueueRequest.builder(String conversationId, String participantId, TransferToQueueRequest body) voidPostConversationParticipantReplaceQueueRequest.setBody(TransferToQueueRequest body) PostConversationParticipantReplaceQueueRequest.Builder.withBody(TransferToQueueRequest body) PostConversationParticipantReplaceQueueRequest.withBody(TransferToQueueRequest body) PostConversationParticipantReplaceQueueRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferToQueueRequest body) -
Uses of TransferToQueueRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TransferToQueueRequestModifier and TypeMethodDescriptionTransferToQueueRequest.keepInternalMessageAlive(Boolean keepInternalMessageAlive) If true, the digital internal message will NOT be terminated.The id of the queue.The name of the queue.TransferToQueueRequest.transferType(TransferToQueueRequest.TransferTypeEnum transferType) The type of transfer to perform.