Uses of Class
dev.vality.damsel.domain.ExternalCashFlowAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of ExternalCashFlowAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as ExternalCashFlowAccount Modifier and Type Field Description ExternalCashFlowAccountExternalTransactionAccount. typeMethods in dev.vality.damsel.domain that return ExternalCashFlowAccount Modifier and Type Method Description static ExternalCashFlowAccountExternalCashFlowAccount. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.ExternalCashFlowAccountCashFlowAccount. getExternal()ExternalCashFlowAccountExternalTransactionAccount. getType()static ExternalCashFlowAccountExternalCashFlowAccount. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalCashFlowAccount[]ExternalCashFlowAccount. 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 ExternalCashFlowAccount Modifier and Type Method Description static CashFlowAccountCashFlowAccount. external(ExternalCashFlowAccount value)voidCashFlowAccount. setExternal(ExternalCashFlowAccount value)ExternalTransactionAccountExternalTransactionAccount. setType(ExternalCashFlowAccount type)Constructors in dev.vality.damsel.domain with parameters of type ExternalCashFlowAccount Constructor Description ExternalTransactionAccount(ExternalCashFlowAccount type)