Uses of Class
com.mypurecloud.sdk.v2.model.TransferResponse
Packages that use TransferResponse
-
Uses of TransferResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TransferResponseModifier and TypeMethodDescriptionTransferResponse.dateIssued(Date dateIssued) The date/time that this command was issued.TransferResponse.destination(TransferDestination destination) The destination of the command.The id of the command.TransferResponse.initiator(TransferInitiator initiator) The initiator of the command.TransferResponse.modifiedBy(TransferResponseModifiedBy modifiedBy) The user or entity that modified the command.TransferResponse.state(TransferResponse.StateEnum state) The state of the command.TransferResponse.transferType(TransferResponse.TransferTypeEnum transferType) The type of transfer to perform.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type TransferResponseModifier and TypeMethodDescriptionCallbackConversation.getRecentTransfers()CallConversation.getRecentTransfers()ChatConversation.getRecentTransfers()CobrowseConversation.getRecentTransfers()Conversation.getRecentTransfers()EmailConversation.getRecentTransfers()InternalMessageConversation.getRecentTransfers()MessageConversation.getRecentTransfers()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type TransferResponseModifier and TypeMethodDescriptionCallbackConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.CallConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.ChatConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.CobrowseConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.Conversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.EmailConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.InternalMessageConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.MessageConversation.recentTransfers(List<TransferResponse> recentTransfers) The list of the most recent 20 transfer commands applied to this conversation.voidCallbackConversation.setRecentTransfers(List<TransferResponse> recentTransfers) voidCallConversation.setRecentTransfers(List<TransferResponse> recentTransfers) voidChatConversation.setRecentTransfers(List<TransferResponse> recentTransfers) voidCobrowseConversation.setRecentTransfers(List<TransferResponse> recentTransfers) voidConversation.setRecentTransfers(List<TransferResponse> recentTransfers) voidEmailConversation.setRecentTransfers(List<TransferResponse> recentTransfers) voidInternalMessageConversation.setRecentTransfers(List<TransferResponse> recentTransfers) voidMessageConversation.setRecentTransfers(List<TransferResponse> recentTransfers)