Uses of Enum Class
travel.wink.sdk.booking.model.BeneficiaryChargeBooker.TypeEnum
Packages that use BeneficiaryChargeBooker.TypeEnum
-
Uses of BeneficiaryChargeBooker.TypeEnum in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BeneficiaryChargeBooker.TypeEnumModifier and TypeMethodDescription@NotNull BeneficiaryChargeBooker.TypeEnumBeneficiaryChargeBooker.getType()The type of chargeReturns the enum constant of this class with the specified name.static BeneficiaryChargeBooker.TypeEnum[]BeneficiaryChargeBooker.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 BeneficiaryChargeBooker.TypeEnumModifier and TypeMethodDescriptionvoidBeneficiaryChargeBooker.setType(BeneficiaryChargeBooker.TypeEnum type) BeneficiaryChargeBooker.type(BeneficiaryChargeBooker.TypeEnum type)