Uses of Class
com.mypurecloud.sdk.v2.model.TransferRequest
Packages that use TransferRequest
Package
Description
-
Uses of TransferRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TransferRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantReplace(String conversationId, String participantId, TransferRequest body) Deprecated.ConversationsApi.postConversationParticipantReplaceWithHttpInfo(String conversationId, String participantId, TransferRequest body) Deprecated.voidConversationsApi.postConversationsCallbackParticipantReplace(String conversationId, String participantId, TransferRequest body) Replace this participant with the specified user and/or addressConversationsApi.postConversationsCallbackParticipantReplaceWithHttpInfo(String conversationId, String participantId, TransferRequest body) Replace this participant with the specified user and/or addressvoidConversationsApi.postConversationsCallParticipantReplace(String conversationId, String participantId, TransferRequest body) Replace this participant with the specified user and/or addressConversationsApi.postConversationsCallParticipantReplaceWithHttpInfo(String conversationId, String participantId, TransferRequest body) Replace this participant with the specified user and/or addressvoidConversationsApi.postConversationsChatParticipantReplace(String conversationId, String participantId, TransferRequest body) Deprecated.ConversationsApi.postConversationsChatParticipantReplaceWithHttpInfo(String conversationId, String participantId, TransferRequest body) Deprecated.voidConversationsApi.postConversationsCobrowsesessionParticipantReplace(String conversationId, String participantId, TransferRequest body) Deprecated.ConversationsApi.postConversationsCobrowsesessionParticipantReplaceWithHttpInfo(String conversationId, String participantId, TransferRequest body) Deprecated.voidConversationsApi.postConversationsEmailParticipantReplace(String conversationId, String participantId, TransferRequest body) Replace this participant with the specified user and/or addressConversationsApi.postConversationsEmailParticipantReplaceWithHttpInfo(String conversationId, String participantId, TransferRequest body) Replace this participant with the specified user and/or addressvoidConversationsApi.postConversationsMessageParticipantReplace(String conversationId, String participantId, TransferRequest body) Replace this participant with the specified user and/or addressConversationsApi.postConversationsMessageParticipantReplaceWithHttpInfo(String conversationId, String participantId, TransferRequest body) Replace this participant with the specified user and/or addressMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type TransferRequestModifier and TypeMethodDescriptionConversationsApi.postConversationParticipantReplace(ApiRequest<TransferRequest> request) Deprecated.ConversationsApiAsync.postConversationParticipantReplaceAsync(ApiRequest<TransferRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Deprecated.ConversationsApi.postConversationsCallbackParticipantReplace(ApiRequest<TransferRequest> request) Replace this participant with the specified user and/or addressConversationsApiAsync.postConversationsCallbackParticipantReplaceAsync(ApiRequest<TransferRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Replace this participant with the specified user and/or addressConversationsApi.postConversationsCallParticipantReplace(ApiRequest<TransferRequest> request) Replace this participant with the specified user and/or addressConversationsApiAsync.postConversationsCallParticipantReplaceAsync(ApiRequest<TransferRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Replace this participant with the specified user and/or addressConversationsApi.postConversationsChatParticipantReplace(ApiRequest<TransferRequest> request) Deprecated.ConversationsApiAsync.postConversationsChatParticipantReplaceAsync(ApiRequest<TransferRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Deprecated.ConversationsApi.postConversationsCobrowsesessionParticipantReplace(ApiRequest<TransferRequest> request) Deprecated.ConversationsApiAsync.postConversationsCobrowsesessionParticipantReplaceAsync(ApiRequest<TransferRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Deprecated.ConversationsApi.postConversationsEmailParticipantReplace(ApiRequest<TransferRequest> request) Replace this participant with the specified user and/or addressConversationsApiAsync.postConversationsEmailParticipantReplaceAsync(ApiRequest<TransferRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Replace this participant with the specified user and/or addressConversationsApi.postConversationsMessageParticipantReplace(ApiRequest<TransferRequest> request) Replace this participant with the specified user and/or addressConversationsApiAsync.postConversationsMessageParticipantReplaceAsync(ApiRequest<TransferRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Replace this participant with the specified user and/or address -
Uses of TransferRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TransferRequestModifier and TypeMethodDescriptionPostConversationParticipantReplaceRequest.getBody()PostConversationsCallbackParticipantReplaceRequest.getBody()PostConversationsCallParticipantReplaceRequest.getBody()PostConversationsChatParticipantReplaceRequest.getBody()PostConversationsCobrowsesessionParticipantReplaceRequest.getBody()PostConversationsEmailParticipantReplaceRequest.getBody()PostConversationsMessageParticipantReplaceRequest.getBody()Methods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TransferRequestModifier and TypeMethodDescriptionPostConversationParticipantReplaceRequest.withHttpInfo()PostConversationsCallbackParticipantReplaceRequest.withHttpInfo()PostConversationsCallParticipantReplaceRequest.withHttpInfo()PostConversationsChatParticipantReplaceRequest.withHttpInfo()PostConversationsCobrowsesessionParticipantReplaceRequest.withHttpInfo()PostConversationsEmailParticipantReplaceRequest.withHttpInfo()PostConversationsMessageParticipantReplaceRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type TransferRequestModifier and TypeMethodDescriptionPostConversationParticipantReplaceRequest.builder(String conversationId, String participantId, TransferRequest body) PostConversationsCallbackParticipantReplaceRequest.builder(String conversationId, String participantId, TransferRequest body) PostConversationsCallParticipantReplaceRequest.builder(String conversationId, String participantId, TransferRequest body) PostConversationsChatParticipantReplaceRequest.builder(String conversationId, String participantId, TransferRequest body) PostConversationsEmailParticipantReplaceRequest.builder(String conversationId, String participantId, TransferRequest body) PostConversationsMessageParticipantReplaceRequest.builder(String conversationId, String participantId, TransferRequest body) voidPostConversationParticipantReplaceRequest.setBody(TransferRequest body) voidPostConversationsCallbackParticipantReplaceRequest.setBody(TransferRequest body) voidPostConversationsCallParticipantReplaceRequest.setBody(TransferRequest body) voidPostConversationsChatParticipantReplaceRequest.setBody(TransferRequest body) voidPostConversationsCobrowsesessionParticipantReplaceRequest.setBody(TransferRequest body) voidPostConversationsEmailParticipantReplaceRequest.setBody(TransferRequest body) voidPostConversationsMessageParticipantReplaceRequest.setBody(TransferRequest body) PostConversationParticipantReplaceRequest.Builder.withBody(TransferRequest body) PostConversationParticipantReplaceRequest.withBody(TransferRequest body) PostConversationsCallbackParticipantReplaceRequest.Builder.withBody(TransferRequest body) PostConversationsCallbackParticipantReplaceRequest.withBody(TransferRequest body) PostConversationsCallParticipantReplaceRequest.Builder.withBody(TransferRequest body) PostConversationsCallParticipantReplaceRequest.withBody(TransferRequest body) PostConversationsChatParticipantReplaceRequest.Builder.withBody(TransferRequest body) PostConversationsChatParticipantReplaceRequest.withBody(TransferRequest body) PostConversationsCobrowsesessionParticipantReplaceRequest.Builder.withBody(TransferRequest body) PostConversationsCobrowsesessionParticipantReplaceRequest.withBody(TransferRequest body) PostConversationsEmailParticipantReplaceRequest.Builder.withBody(TransferRequest body) PostConversationsEmailParticipantReplaceRequest.withBody(TransferRequest body) PostConversationsMessageParticipantReplaceRequest.Builder.withBody(TransferRequest body) PostConversationsMessageParticipantReplaceRequest.withBody(TransferRequest body) PostConversationParticipantReplaceRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferRequest body) PostConversationsCallbackParticipantReplaceRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferRequest body) PostConversationsCallParticipantReplaceRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferRequest body) PostConversationsChatParticipantReplaceRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferRequest body) PostConversationsEmailParticipantReplaceRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferRequest body) PostConversationsMessageParticipantReplaceRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferRequest body) -
Uses of TransferRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TransferRequestModifier and TypeMethodDescriptionThe user ID or queue ID of the transfer target.TransferRequest.keepInternalMessageAlive(Boolean keepInternalMessageAlive) If true, the digital internal message will NOT be terminated.The queue ID of the transfer target.TransferRequest.transferType(TransferRequest.TransferTypeEnum transferType) The type of transfer to perform.The user ID of the transfer target.The user name of the transfer target.If true, transfer to the voicemail inbox of the participant that is being replaced.