Uses of Class
dev.vality.fistful.cashflow.ProviderCashFlowAccount
| Package | Description |
|---|---|
| dev.vality.fistful.cashflow |
-
Uses of ProviderCashFlowAccount in dev.vality.fistful.cashflow
Methods in dev.vality.fistful.cashflow that return ProviderCashFlowAccount Modifier and Type Method Description static ProviderCashFlowAccountProviderCashFlowAccount. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ProviderCashFlowAccountCashFlowAccount. getProvider()static ProviderCashFlowAccountProviderCashFlowAccount. valueOf(String name)Returns the enum constant of this type with the specified name.static ProviderCashFlowAccount[]ProviderCashFlowAccount. 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 ProviderCashFlowAccount Modifier and Type Method Description static CashFlowAccountCashFlowAccount. provider(ProviderCashFlowAccount value)voidCashFlowAccount. setProvider(ProviderCashFlowAccount value)