Uses of Class
de.adorsys.psd2.model.AccountStatus
-
Packages that use AccountStatus Package Description de.adorsys.psd2.model -
-
Uses of AccountStatus in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return AccountStatus Modifier and Type Method Description static AccountStatusAccountStatus. fromValue(String text)@Valid AccountStatusAccountDetails. getStatus()Get status@Valid AccountStatusCardAccountDetails. getStatus()Get statusstatic 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.model with parameters of type AccountStatus Modifier and Type Method Description voidAccountDetails. setStatus(AccountStatus status)voidCardAccountDetails. setStatus(AccountStatus status)AccountDetailsAccountDetails. status(AccountStatus status)CardAccountDetailsCardAccountDetails. status(AccountStatus status)
-