Package | Description |
---|---|
com.twilio.rest.api.v2010.account.incomingphonenumber |
Modifier and Type | Method and Description |
---|---|
static Mobile.EmergencyStatus |
Mobile.EmergencyStatus.forValue(String value)
Generate a EmergencyStatus from a string.
|
Mobile.EmergencyStatus |
Mobile.getEmergencyStatus()
Returns Whether the phone number is enabled for emergency calling.
|
static Mobile.EmergencyStatus |
Mobile.EmergencyStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mobile.EmergencyStatus[] |
Mobile.EmergencyStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
MobileCreator |
MobileCreator.setEmergencyStatus(Mobile.EmergencyStatus emergencyStatus)
The configuration status parameter that determines whether the new phone
number is enabled for emergency calling..
|
Copyright © 2019 Twilio, Inc. All Rights Reserved.