Uses of Class
de.adorsys.xs2a.adapter.api.model.ChallengeData.OtpFormat
-
-
Uses of ChallengeData.OtpFormat in de.adorsys.xs2a.adapter.api.model
Methods in de.adorsys.xs2a.adapter.api.model that return ChallengeData.OtpFormat Modifier and Type Method Description static ChallengeData.OtpFormatChallengeData.OtpFormat. fromValue(String value)ChallengeData.OtpFormatChallengeData. getOtpFormat()static ChallengeData.OtpFormatChallengeData.OtpFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static ChallengeData.OtpFormat[]ChallengeData.OtpFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.xs2a.adapter.api.model with parameters of type ChallengeData.OtpFormat Modifier and Type Method Description voidChallengeData. setOtpFormat(ChallengeData.OtpFormat otpFormat)
-