Uses of Class
de.adorsys.ledgers.middleware.api.domain.account.AccountStatusTO
-
Packages that use AccountStatusTO Package Description de.adorsys.ledgers.middleware.api.domain.account -
-
Uses of AccountStatusTO in de.adorsys.ledgers.middleware.api.domain.account
Methods in de.adorsys.ledgers.middleware.api.domain.account that return AccountStatusTO Modifier and Type Method Description static AccountStatusTOAccountStatusTO. valueOf(String name)Returns the enum constant of this type with the specified name.static AccountStatusTO[]AccountStatusTO. 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 AccountStatusTO Modifier and Type Method Description static Optional<AccountStatusTO>AccountStatusTO. getByValue(String value)
-