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