Uses of Class
com.adyen.model.nexo.AlgorithmType
-
Packages that use AlgorithmType Package Description com.adyen.model.nexo -
-
Uses of AlgorithmType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as AlgorithmType Modifier and Type Field Description protected AlgorithmTypeAlgorithmIdentifier. algorithmThe Algorithm.Methods in com.adyen.model.nexo that return AlgorithmType Modifier and Type Method Description static AlgorithmTypeAlgorithmType. fromValue(String v)From value algorithm type.AlgorithmTypeAlgorithmIdentifier. getAlgorithm()Gets the value of the algorithm property.static AlgorithmTypeAlgorithmType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmType[]AlgorithmType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.nexo with parameters of type AlgorithmType Modifier and Type Method Description voidAlgorithmIdentifier. setAlgorithm(AlgorithmType value)Sets the value of the algorithm property.
-