Uses of Class
com.adyen.model.nexo.CharacterStyleType
-
Packages that use CharacterStyleType Package Description com.adyen.model.nexo -
-
Uses of CharacterStyleType in com.adyen.model.nexo
Fields in com.adyen.model.nexo declared as CharacterStyleType Modifier and Type Field Description protected CharacterStyleTypeOutputText. characterStyleMethods in com.adyen.model.nexo that return CharacterStyleType Modifier and Type Method Description static CharacterStyleTypeCharacterStyleType. fromValue(String v)From value character style type.CharacterStyleTypeOutputText. getCharacterStyle()Gets the value of the characterStyle property.static CharacterStyleTypeCharacterStyleType. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterStyleType[]CharacterStyleType. 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 CharacterStyleType Modifier and Type Method Description voidOutputText. setCharacterStyle(CharacterStyleType value)Sets the value of the characterStyle property.
-