Uses of Class
com.adyen.model.marketpaywebhooks.ViasName.GenderEnum
-
Packages that use ViasName.GenderEnum Package Description com.adyen.model.marketpaywebhooks -
-
Uses of ViasName.GenderEnum in com.adyen.model.marketpaywebhooks
Methods in com.adyen.model.marketpaywebhooks that return ViasName.GenderEnum Modifier and Type Method Description static ViasName.GenderEnumViasName.GenderEnum. fromValue(String value)ViasName.GenderEnumViasName. getGender()The gender.static ViasName.GenderEnumViasName.GenderEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ViasName.GenderEnum[]ViasName.GenderEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.marketpaywebhooks with parameters of type ViasName.GenderEnum Modifier and Type Method Description ViasNameViasName. gender(ViasName.GenderEnum gender)voidViasName. setGender(ViasName.GenderEnum gender)
-