Uses of Class
de.adorsys.psd2.xs2a.core.consent.ConsentType
-
Packages that use ConsentType Package Description de.adorsys.psd2.xs2a.core.consent -
-
Uses of ConsentType in de.adorsys.psd2.xs2a.core.consent
Methods in de.adorsys.psd2.xs2a.core.consent that return ConsentType Modifier and Type Method Description static ConsentTypeConsentType. getByValue(String consentType)static ConsentTypeConsentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConsentType[]ConsentType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-