Uses of Class
com.twilio.rest.numbers.v2.regulatorycompliance.Regulation.EndUserType
-
Packages that use Regulation.EndUserType Package Description com.twilio.rest.numbers.v2.regulatorycompliance -
-
Uses of Regulation.EndUserType in com.twilio.rest.numbers.v2.regulatorycompliance
Methods in com.twilio.rest.numbers.v2.regulatorycompliance that return Regulation.EndUserType Modifier and Type Method Description static Regulation.EndUserTypeRegulation.EndUserType. forValue(String value)Regulation.EndUserTypeRegulation. getEndUserType()static Regulation.EndUserTypeRegulation.EndUserType. valueOf(String name)Returns the enum constant of this type with the specified name.static Regulation.EndUserType[]Regulation.EndUserType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.numbers.v2.regulatorycompliance with parameters of type Regulation.EndUserType Modifier and Type Method Description RegulationReaderRegulationReader. setEndUserType(Regulation.EndUserType endUserType)
-