Uses of Class
com.mypurecloud.sdk.v2.model.TransferToExternalRequest
Packages that use TransferToExternalRequest
Package
Description
-
Uses of TransferToExternalRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type TransferToExternalRequestModifier and TypeMethodDescriptionvoidConversationsApi.postConversationParticipantReplaceExternal(String conversationId, String participantId, TransferToExternalRequest body) Deprecated.ConversationsApi.postConversationParticipantReplaceExternalWithHttpInfo(String conversationId, String participantId, TransferToExternalRequest body) Deprecated.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type TransferToExternalRequestModifier and TypeMethodDescriptionConversationsApi.postConversationParticipantReplaceExternal(ApiRequest<TransferToExternalRequest> request) Deprecated.ConversationsApiAsync.postConversationParticipantReplaceExternalAsync(ApiRequest<TransferToExternalRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Deprecated. -
Uses of TransferToExternalRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return TransferToExternalRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type TransferToExternalRequestModifier and TypeMethodDescriptionPostConversationParticipantReplaceExternalRequest.withHttpInfo()Methods in com.mypurecloud.sdk.v2.api.request with parameters of type TransferToExternalRequestModifier and TypeMethodDescriptionPostConversationParticipantReplaceExternalRequest.builder(String conversationId, String participantId, TransferToExternalRequest body) voidPostConversationParticipantReplaceExternalRequest.setBody(TransferToExternalRequest body) PostConversationParticipantReplaceExternalRequest.Builder.withBody(TransferToExternalRequest body) PostConversationParticipantReplaceExternalRequest.withBody(TransferToExternalRequest body) PostConversationParticipantReplaceExternalRequest.Builder.withRequiredParams(String conversationId, String participantId, TransferToExternalRequest body) -
Uses of TransferToExternalRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TransferToExternalRequestModifier and TypeMethodDescriptionThe address (like phone number) of the external contact.TransferToExternalRequest.keepInternalMessageAlive(Boolean keepInternalMessageAlive) If true, the digital internal message will NOT be terminated.TransferToExternalRequest.transferType(TransferToExternalRequest.TransferTypeEnum transferType) The type of transfer to perform.