Uses of Class
com.twilio.rest.lookups.v2.PhoneNumber.ValidationError
-
Packages that use PhoneNumber.ValidationError Package Description com.twilio.rest.lookups.v2 -
-
Uses of PhoneNumber.ValidationError in com.twilio.rest.lookups.v2
Methods in com.twilio.rest.lookups.v2 that return PhoneNumber.ValidationError Modifier and Type Method Description static PhoneNumber.ValidationErrorPhoneNumber.ValidationError. forValue(String value)static PhoneNumber.ValidationErrorPhoneNumber.ValidationError. valueOf(String name)Returns the enum constant of this type with the specified name.static PhoneNumber.ValidationError[]PhoneNumber.ValidationError. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.twilio.rest.lookups.v2 that return types with arguments of type PhoneNumber.ValidationError Modifier and Type Method Description List<PhoneNumber.ValidationError>PhoneNumber. getValidationErrors()
-