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