Uses of Class
de.adorsys.xs2a.adapter.rest.api.model.AspspScaApproachTO
-
Packages that use AspspScaApproachTO Package Description de.adorsys.xs2a.adapter.rest.api.model -
-
Uses of AspspScaApproachTO in de.adorsys.xs2a.adapter.rest.api.model
Methods in de.adorsys.xs2a.adapter.rest.api.model that return AspspScaApproachTO Modifier and Type Method Description static AspspScaApproachTOAspspScaApproachTO. valueOf(String name)Returns the enum constant of this type with the specified name.static AspspScaApproachTO[]AspspScaApproachTO. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.xs2a.adapter.rest.api.model that return types with arguments of type AspspScaApproachTO Modifier and Type Method Description List<AspspScaApproachTO>AspspTO. getScaApproaches()Method parameters in de.adorsys.xs2a.adapter.rest.api.model with type arguments of type AspspScaApproachTO Modifier and Type Method Description voidAspspTO. setScaApproaches(List<AspspScaApproachTO> scaApproaches)
-