Uses of Enum Class
travel.wink.sdk.booking.model.BeneficiaryBooker.TypeEnum
Packages that use BeneficiaryBooker.TypeEnum
-
Uses of BeneficiaryBooker.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BeneficiaryBooker.TypeEnumModifier and TypeMethodDescriptionstatic BeneficiaryBooker.TypeEnum@NotNull BeneficiaryBooker.TypeEnumBeneficiaryBooker.getType()The type of beneficiary payment.static BeneficiaryBooker.TypeEnumReturns the enum constant of this class with the specified name.static BeneficiaryBooker.TypeEnum[]BeneficiaryBooker.TypeEnum.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 BeneficiaryBooker.TypeEnumModifier and TypeMethodDescriptionvoidBeneficiaryBooker.setType(BeneficiaryBooker.TypeEnum type) BeneficiaryBooker.type(BeneficiaryBooker.TypeEnum type)