Uses of Class
dev.vality.damsel.domain.WalletCashFlowAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of WalletCashFlowAccount in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return WalletCashFlowAccount Modifier and Type Method Description static WalletCashFlowAccountWalletCashFlowAccount. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.WalletCashFlowAccountCashFlowAccount. getWallet()static WalletCashFlowAccountWalletCashFlowAccount. valueOf(String name)Returns the enum constant of this type with the specified name.static WalletCashFlowAccount[]WalletCashFlowAccount. 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 WalletCashFlowAccount Modifier and Type Method Description voidCashFlowAccount. setWallet(WalletCashFlowAccount value)static CashFlowAccountCashFlowAccount. wallet(WalletCashFlowAccount value)