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