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