Uses of Class
dev.vality.damsel.domain.PayoutMethod
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of PayoutMethod in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as PayoutMethod Modifier and Type Field Description PayoutMethodPayoutMethodRef. idMethods in dev.vality.damsel.domain that return PayoutMethod Modifier and Type Method Description static PayoutMethodPayoutMethod. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.PayoutMethodPayoutMethodRef. getId()static PayoutMethodPayoutMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutMethod[]PayoutMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.damsel.domain with parameters of type PayoutMethod Modifier and Type Method Description PayoutMethodRefPayoutMethodRef. setId(PayoutMethod id)Constructors in dev.vality.damsel.domain with parameters of type PayoutMethod Constructor Description PayoutMethodRef(PayoutMethod id)