Uses of Class
com.adyen.enums.Gender
-
Packages that use Gender Package Description com.adyen.enums -
-
Uses of Gender in com.adyen.enums
Methods in com.adyen.enums that return Gender Modifier and Type Method Description static GenderGender. valueOf(String name)Returns the enum constant of this type with the specified name.static Gender[]Gender. values()Returns an array containing the constants of this enum type, in the order they are declared.
-