Uses of Class
dev.vality.damsel.domain.ProviderCashFlowAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ProviderCashFlowAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ProviderCashFlowAccount Modifier and Type Field Description ProviderCashFlowAccountProviderTransactionAccount. typeMethods in dev.vality.damsel.domain 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()ProviderCashFlowAccountProviderTransactionAccount. getType()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.damsel.domain with parameters of type ProviderCashFlowAccount Modifier and Type Method Description static CashFlowAccountCashFlowAccount. provider(ProviderCashFlowAccount value)voidCashFlowAccount. setProvider(ProviderCashFlowAccount value)ProviderTransactionAccountProviderTransactionAccount. setType(ProviderCashFlowAccount type)Constructors in dev.vality.damsel.domain with parameters of type ProviderCashFlowAccount Constructor Description ProviderTransactionAccount(ProviderCashFlowAccount type, ProviderTransactionAccountOwner owner)