Uses of Class
com.adyen.model.tapi.CharacterStyle
-
Packages that use CharacterStyle Package Description com.adyen.model.tapi -
-
Uses of CharacterStyle in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return CharacterStyle Modifier and Type Method Description static CharacterStyleCharacterStyle. fromValue(String value)CharacterStyleOutputText. getCharacterStyle()Get characterStylestatic CharacterStyleCharacterStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static CharacterStyle[]CharacterStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.tapi with parameters of type CharacterStyle Modifier and Type Method Description OutputTextOutputText. characterStyle(CharacterStyle characterStyle)characterStylevoidOutputText. setCharacterStyle(CharacterStyle characterStyle)characterStyle
-