Uses of Class
com.twilio.rest.api.v2010.account.address.DependentPhoneNumber.EmergencyStatus
-
Packages that use DependentPhoneNumber.EmergencyStatus Package Description com.twilio.rest.api.v2010.account.address -
-
Uses of DependentPhoneNumber.EmergencyStatus in com.twilio.rest.api.v2010.account.address
Methods in com.twilio.rest.api.v2010.account.address that return DependentPhoneNumber.EmergencyStatus Modifier and Type Method Description static DependentPhoneNumber.EmergencyStatusDependentPhoneNumber.EmergencyStatus. forValue(String value)DependentPhoneNumber.EmergencyStatusDependentPhoneNumber. getEmergencyStatus()static DependentPhoneNumber.EmergencyStatusDependentPhoneNumber.EmergencyStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DependentPhoneNumber.EmergencyStatus[]DependentPhoneNumber.EmergencyStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-