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