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