Uses of Class
com.twilio.rest.verify.v2.service.entity.NewFactor.FactorTypes
-
Packages that use NewFactor.FactorTypes Package Description com.twilio.rest.verify.v2.service.entity -
-
Uses of NewFactor.FactorTypes in com.twilio.rest.verify.v2.service.entity
Methods in com.twilio.rest.verify.v2.service.entity that return NewFactor.FactorTypes Modifier and Type Method Description static NewFactor.FactorTypesNewFactor.FactorTypes. forValue(String value)NewFactor.FactorTypesNewFactor. getFactorType()static NewFactor.FactorTypesNewFactor.FactorTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static NewFactor.FactorTypes[]NewFactor.FactorTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.verify.v2.service.entity with parameters of type NewFactor.FactorTypes Modifier and Type Method Description static NewFactorCreatorNewFactor. creator(String pathServiceSid, String pathIdentity, String friendlyName, NewFactor.FactorTypes factorType)NewFactorCreatorNewFactorCreator. setFactorType(NewFactor.FactorTypes factorType)Constructors in com.twilio.rest.verify.v2.service.entity with parameters of type NewFactor.FactorTypes Constructor Description NewFactorCreator(String pathServiceSid, String pathIdentity, String friendlyName, NewFactor.FactorTypes factorType)
-