Uses of Enum Class
travel.wink.sdk.extranet.model.PersonalSupplier.GenderEnum
Packages that use PersonalSupplier.GenderEnum
-
Uses of PersonalSupplier.GenderEnum in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return PersonalSupplier.GenderEnumModifier and TypeMethodDescriptionstatic PersonalSupplier.GenderEnumPersonalSupplier.getGender()Identifier the gender of the customer.static PersonalSupplier.GenderEnumReturns the enum constant of this class with the specified name.static PersonalSupplier.GenderEnum[]PersonalSupplier.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 PersonalSupplier.GenderEnumModifier and TypeMethodDescriptionPersonalSupplier.gender(PersonalSupplier.GenderEnum gender) voidPersonalSupplier.setGender(PersonalSupplier.GenderEnum gender)