Uses of Class
com.hyperwallet.clientsdk.model.HyperwalletBusinessStakeholder.Gender
-
Packages that use HyperwalletBusinessStakeholder.Gender Package Description com.hyperwallet.clientsdk.model -
-
Uses of HyperwalletBusinessStakeholder.Gender in com.hyperwallet.clientsdk.model
Methods in com.hyperwallet.clientsdk.model that return HyperwalletBusinessStakeholder.Gender Modifier and Type Method Description HyperwalletBusinessStakeholder.GenderHyperwalletBusinessStakeholder. getGender()static HyperwalletBusinessStakeholder.GenderHyperwalletBusinessStakeholder.Gender. valueOf(String name)Returns the enum constant of this type with the specified name.static HyperwalletBusinessStakeholder.Gender[]HyperwalletBusinessStakeholder.Gender. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.hyperwallet.clientsdk.model with parameters of type HyperwalletBusinessStakeholder.Gender Modifier and Type Method Description HyperwalletBusinessStakeholderHyperwalletBusinessStakeholder. gender(HyperwalletBusinessStakeholder.Gender gender)voidHyperwalletBusinessStakeholder. setGender(HyperwalletBusinessStakeholder.Gender gender)
-