Uses of Class
com.adyen.model.tapi.Alignment
-
Packages that use Alignment Package Description com.adyen.model.tapi -
-
Uses of Alignment in com.adyen.model.tapi
Methods in com.adyen.model.tapi that return Alignment Modifier and Type Method Description static AlignmentAlignment. fromValue(String value)AlignmentOutputText. getAlignment()Get alignmentstatic AlignmentAlignment. valueOf(String name)Returns the enum constant of this type with the specified name.static Alignment[]Alignment. 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 Alignment Modifier and Type Method Description OutputTextOutputText. alignment(Alignment alignment)alignmentvoidOutputText. setAlignment(Alignment alignment)alignment
-