Uses of Enum Class
com.mypurecloud.sdk.v2.model.TransferToAgentRequest.TransferTypeEnum
Packages that use TransferToAgentRequest.TransferTypeEnum
-
Uses of TransferToAgentRequest.TransferTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TransferToAgentRequest.TransferTypeEnumModifier and TypeMethodDescriptionTransferToAgentRequest.TransferTypeEnum.fromString(String key) TransferToAgentRequest.getTransferType()Returns the enum constant of this class with the specified name.TransferToAgentRequest.TransferTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type TransferToAgentRequest.TransferTypeEnumModifier and TypeMethodDescriptionvoidTransferToAgentRequest.setTransferType(TransferToAgentRequest.TransferTypeEnum transferType) TransferToAgentRequest.transferType(TransferToAgentRequest.TransferTypeEnum transferType) The type of transfer to perform.