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