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