Uses of Class
com.adyen.model.nexo.ColorType
-
Packages that use ColorType Package Description com.adyen.model.nexo -
-
Uses of ColorType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as ColorType Modifier and Type Field Description protected ColorTypeOutputText. colorMethods in com.adyen.model.nexo that return ColorType Modifier and Type Method Description static ColorTypeColorType. fromValue(String v)From value color type.ColorTypeOutputText. getColor()Gets the value of the color property.static ColorTypeColorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ColorType[]ColorType. 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 ColorType Modifier and Type Method Description voidOutputText. setColor(ColorType value)Sets the value of the color property.
-