Uses of Enum Class
dev.vality.damsel.domain.PayoutMethod
Packages that use PayoutMethod
-
Uses of PayoutMethod in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PayoutMethodMethods in dev.vality.damsel.domain that return PayoutMethodModifier and TypeMethodDescriptionstatic PayoutMethodPayoutMethod.findByValue(int value) Find a the enum type by its integer value, as defined in the Thrift IDL.PayoutMethodRef.getId()static PayoutMethodReturns the enum constant of this class with the specified name.static PayoutMethod[]PayoutMethod.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type PayoutMethodConstructors in dev.vality.damsel.domain with parameters of type PayoutMethod