Uses of Enum Class
dev.vality.damsel.payment_tool_provider.CardClass
Packages that use CardClass
-
Uses of CardClass in dev.vality.damsel.payment_tool_provider
Fields in dev.vality.damsel.payment_tool_provider declared as CardClassMethods in dev.vality.damsel.payment_tool_provider that return CardClassModifier and TypeMethodDescriptionstatic CardClassCardClass.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.CardInfo.getCardClass()static CardClassReturns the enum constant of this class with the specified name.static CardClass[]CardClass.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.payment_tool_provider with parameters of type CardClass