Uses of Enum Class
travel.wink.sdk.extranet.booking.model.PersonalSupplier.GenderEnum
Packages that use PersonalSupplier.GenderEnum
-
Uses of PersonalSupplier.GenderEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type PersonalSupplier.GenderEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumIdentifier the gender of the customer.Methods in travel.wink.sdk.extranet.booking.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.booking.model with parameters of type PersonalSupplier.GenderEnumModifier and TypeMethodDescriptionPersonalSupplier.gender(PersonalSupplier.GenderEnum gender) voidPersonalSupplier.setGender(PersonalSupplier.GenderEnum gender)