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