Uses of Class
com.twilio.rest.numbers.v2.regulatorycompliance.EndUser.Type
-
Packages that use EndUser.Type Package Description com.twilio.rest.numbers.v2.regulatorycompliance -
-
Uses of EndUser.Type in com.twilio.rest.numbers.v2.regulatorycompliance
Methods in com.twilio.rest.numbers.v2.regulatorycompliance that return EndUser.Type Modifier and Type Method Description static EndUser.TypeEndUser.Type. forValue(String value)EndUser.TypeEndUser. getType()static EndUser.TypeEndUser.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static EndUser.Type[]EndUser.Type. 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 EndUser.Type Modifier and Type Method Description static EndUserCreatorEndUser. creator(String friendlyName, EndUser.Type type)EndUserCreatorEndUserCreator. setType(EndUser.Type type)Constructors in com.twilio.rest.numbers.v2.regulatorycompliance with parameters of type EndUser.Type Constructor Description EndUserCreator(String friendlyName, EndUser.Type type)
-