Uses of Class
de.adorsys.xs2a.adapter.api.model.AccountStatus
-
-
Uses of AccountStatus in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return AccountStatus Modifier and Type Method Description static AccountStatusAccountStatus. fromValue(String value)AccountStatusAccountDetails. getStatus()AccountStatusCardAccountDetails. getStatus()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.xs2a.adapter.api.model with parameters of type AccountStatus Modifier and Type Method Description voidAccountDetails. setStatus(AccountStatus status)voidCardAccountDetails. setStatus(AccountStatus status)
-