Uses of Enum Class
travel.wink.sdk.extranet.model.PersonalSupplierDetails.GenderEnum
Packages that use PersonalSupplierDetails.GenderEnum
-
Uses of PersonalSupplierDetails.GenderEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return PersonalSupplierDetails.GenderEnumModifier and TypeMethodDescriptionPersonalSupplierDetails.getGender()Identifier the gender of the customer.Returns the enum constant of this class with the specified name.static PersonalSupplierDetails.GenderEnum[]PersonalSupplierDetails.GenderEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.sdk.extranet.model with parameters of type PersonalSupplierDetails.GenderEnumModifier and TypeMethodDescriptionPersonalSupplierDetails.gender(PersonalSupplierDetails.GenderEnum gender) voidPersonalSupplierDetails.setGender(PersonalSupplierDetails.GenderEnum gender)