Uses of Enum Class
travel.wink.sdk.extranet.booking.model.BeneficiarySupplierDetails.TypeEnum
Packages that use BeneficiarySupplierDetails.TypeEnum
-
Uses of BeneficiarySupplierDetails.TypeEnum in travel.wink.sdk.extranet.booking.model
Subclasses with type arguments of type BeneficiarySupplierDetails.TypeEnum in travel.wink.sdk.extranet.booking.modelModifier and TypeClassDescriptionstatic enumThe type of beneficiary payment.Methods in travel.wink.sdk.extranet.booking.model that return BeneficiarySupplierDetails.TypeEnumModifier and TypeMethodDescription@NotNull BeneficiarySupplierDetails.TypeEnumBeneficiarySupplierDetails.getType()The type of beneficiary payment.Returns the enum constant of this class with the specified name.static BeneficiarySupplierDetails.TypeEnum[]BeneficiarySupplierDetails.TypeEnum.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 BeneficiarySupplierDetails.TypeEnumModifier and TypeMethodDescriptionvoidBeneficiarySupplierDetails.setType(BeneficiarySupplierDetails.TypeEnum type) BeneficiarySupplierDetails.type(BeneficiarySupplierDetails.TypeEnum type)