Uses of Class
de.adorsys.multibanking.web.model.ScaStatusTO
-
Packages that use ScaStatusTO Package Description de.adorsys.multibanking.web.mapper de.adorsys.multibanking.web.model -
-
Uses of ScaStatusTO in de.adorsys.multibanking.web.mapper
Methods in de.adorsys.multibanking.web.mapper that return ScaStatusTO Modifier and Type Method Description protected ScaStatusTOConsentAuthorisationMapperImpl. scaStatusToScaStatusTO(de.adorsys.multibanking.domain.ScaStatus scaStatus) -
Uses of ScaStatusTO in de.adorsys.multibanking.web.model
Methods in de.adorsys.multibanking.web.model that return ScaStatusTO Modifier and Type Method Description static ScaStatusTOScaStatusTO. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ScaStatusTO[]ScaStatusTO. values()Returns an array containing the constants of this enum type, in the order they are declared.
-