Uses of Class
de.adorsys.ledgers.middleware.api.domain.sca.OtpFormatTO
-
Packages that use OtpFormatTO Package Description de.adorsys.ledgers.middleware.api.domain.sca -
-
Uses of OtpFormatTO in de.adorsys.ledgers.middleware.api.domain.sca
Methods in de.adorsys.ledgers.middleware.api.domain.sca that return OtpFormatTO Modifier and Type Method Description static OtpFormatTOOtpFormatTO. forValue(String value)static OtpFormatTOOtpFormatTO. valueOf(String name)Returns the enum constant of this type with the specified name.static OtpFormatTO[]OtpFormatTO. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.ledgers.middleware.api.domain.sca that return types with arguments of type OtpFormatTO Modifier and Type Method Description static Optional<OtpFormatTO>OtpFormatTO. getByValue(String name)
-