Uses of Class
com.adyen.model.Name.GenderEnum
-
Packages that use Name.GenderEnum Package Description com.adyen.model -
-
Uses of Name.GenderEnum in com.adyen.model
Methods in com.adyen.model that return Name.GenderEnum Modifier and Type Method Description Name.GenderEnumName. getGender()the genderstatic Name.GenderEnumName.GenderEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static Name.GenderEnum[]Name.GenderEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model with parameters of type Name.GenderEnum Modifier and Type Method Description NameName. gender(Name.GenderEnum gender)voidName. setGender(Name.GenderEnum gender)
-