Uses of Enum Class
travel.wink.sdk.travel.agent.model.BeneficiaryAgent.TypeEnum
Packages that use BeneficiaryAgent.TypeEnum
-
Uses of BeneficiaryAgent.TypeEnum in travel.wink.sdk.travel.agent.model
Subclasses with type arguments of type BeneficiaryAgent.TypeEnum in travel.wink.sdk.travel.agent.modelModifier and TypeClassDescriptionstatic enumThe type of beneficiary payment.Methods in travel.wink.sdk.travel.agent.model that return BeneficiaryAgent.TypeEnumModifier and TypeMethodDescriptionstatic BeneficiaryAgent.TypeEnum@NotNull 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.travel.agent.model with parameters of type BeneficiaryAgent.TypeEnumModifier and TypeMethodDescriptionvoidBeneficiaryAgent.setType(BeneficiaryAgent.TypeEnum type) BeneficiaryAgent.type(BeneficiaryAgent.TypeEnum type)