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