Uses of Enum Class
com.mypurecloud.sdk.v2.model.TransferToQueueRequest.TransferTypeEnum
Packages that use TransferToQueueRequest.TransferTypeEnum
-
Uses of TransferToQueueRequest.TransferTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TransferToQueueRequest.TransferTypeEnumModifier and TypeMethodDescriptionTransferToQueueRequest.TransferTypeEnum.fromString(String key) TransferToQueueRequest.getTransferType()Returns the enum constant of this class with the specified name.TransferToQueueRequest.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 TransferToQueueRequest.TransferTypeEnumModifier and TypeMethodDescriptionvoidTransferToQueueRequest.setTransferType(TransferToQueueRequest.TransferTypeEnum transferType) TransferToQueueRequest.transferType(TransferToQueueRequest.TransferTypeEnum transferType) The type of transfer to perform.