Uses of Class
com.twilio.rest.verify.v2.service.entity.Challenge.FactorTypes
-
Packages that use Challenge.FactorTypes Package Description com.twilio.rest.verify.v2.service.entity -
-
Uses of Challenge.FactorTypes in com.twilio.rest.verify.v2.service.entity
Methods in com.twilio.rest.verify.v2.service.entity that return Challenge.FactorTypes Modifier and Type Method Description static Challenge.FactorTypesChallenge.FactorTypes. forValue(String value)Challenge.FactorTypesChallenge. getFactorType()static Challenge.FactorTypesChallenge.FactorTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static Challenge.FactorTypes[]Challenge.FactorTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.
-