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