Uses of Class
de.adorsys.psd2.sandbox.tpp.rest.api.domain.AccountStatus
-
Packages that use AccountStatus Package Description de.adorsys.psd2.sandbox.tpp.rest.api.domain -
-
Uses of AccountStatus in de.adorsys.psd2.sandbox.tpp.rest.api.domain
Methods in de.adorsys.psd2.sandbox.tpp.rest.api.domain 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.
-