Uses of Class
com.twilio.rest.numbers.v2.regulatorycompliance.Bundle.EndUserType
-
Packages that use Bundle.EndUserType Package Description com.twilio.rest.numbers.v2.regulatorycompliance -
-
Uses of Bundle.EndUserType in com.twilio.rest.numbers.v2.regulatorycompliance
Methods in com.twilio.rest.numbers.v2.regulatorycompliance that return Bundle.EndUserType Modifier and Type Method Description static Bundle.EndUserTypeBundle.EndUserType. forValue(String value)static Bundle.EndUserTypeBundle.EndUserType. valueOf(String name)Returns the enum constant of this type with the specified name.static Bundle.EndUserType[]Bundle.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 Bundle.EndUserType Modifier and Type Method Description BundleCreatorBundleCreator. setEndUserType(Bundle.EndUserType endUserType)
-