Uses of Class
com.adyen.model.marketpay.Name.GenderEnum
-
Packages that use Name.GenderEnum Package Description com.adyen.model.marketpay -
-
Uses of Name.GenderEnum in com.adyen.model.marketpay
Methods in com.adyen.model.marketpay 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.marketpay with parameters of type Name.GenderEnum Modifier and Type Method Description NameName. gender(Name.GenderEnum gender)voidName. setGender(Name.GenderEnum gender)
-