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