Uses of Class
de.adorsys.ledgers.deposit.api.domain.BankTransactionCode
-
Packages that use BankTransactionCode Package Description de.adorsys.ledgers.deposit.api.domain -
-
Uses of BankTransactionCode in de.adorsys.ledgers.deposit.api.domain
Methods in de.adorsys.ledgers.deposit.api.domain that return BankTransactionCode Modifier and Type Method Description static BankTransactionCodeBankTransactionCode. valueOf(String name)Returns the enum constant of this type with the specified name.static BankTransactionCode[]BankTransactionCode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.ledgers.deposit.api.domain that return types with arguments of type BankTransactionCode Modifier and Type Method Description static Optional<BankTransactionCode>BankTransactionCode. getByValue(String value)
-