Uses of Class
dev.vality.fistful.cashflow.WalletCashFlowAccount
| Package | Description |
|---|---|
| dev.vality.fistful.cashflow |
-
Uses of WalletCashFlowAccount in dev.vality.fistful.cashflow
Methods in dev.vality.fistful.cashflow 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.fistful.cashflow with parameters of type WalletCashFlowAccount Modifier and Type Method Description voidCashFlowAccount. setWallet(WalletCashFlowAccount value)static CashFlowAccountCashFlowAccount. wallet(WalletCashFlowAccount value)