Uses of Class
de.adorsys.psd2.model.ChallengeData.OtpFormatEnum
-
Packages that use ChallengeData.OtpFormatEnum Package Description de.adorsys.psd2.model -
-
Uses of ChallengeData.OtpFormatEnum in de.adorsys.psd2.model
Methods in de.adorsys.psd2.model that return ChallengeData.OtpFormatEnum Modifier and Type Method Description static ChallengeData.OtpFormatEnumChallengeData.OtpFormatEnum. fromValue(String text)ChallengeData.OtpFormatEnumChallengeData. getOtpFormat()The format type of the OTP to be typed in.static ChallengeData.OtpFormatEnumChallengeData.OtpFormatEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static ChallengeData.OtpFormatEnum[]ChallengeData.OtpFormatEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.adorsys.psd2.model with parameters of type ChallengeData.OtpFormatEnum Modifier and Type Method Description ChallengeDataChallengeData. otpFormat(ChallengeData.OtpFormatEnum otpFormat)voidChallengeData. setOtpFormat(ChallengeData.OtpFormatEnum otpFormat)
-