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