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