| Package | Description |
|---|---|
| org.dellroad.jibxbindings.twilio.restapi |
JiBX Bindings for version 2010-04-01 of the Twilio REST API.
|
| org.dellroad.jibxbindings.twilio.twiml |
JiBX Bindings for version 2010-04-01 of the Twilio TwiML Markup Language.
|
| Modifier and Type | Method and Description |
|---|---|
CallStatus |
Call.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
Call.setStatus(CallStatus status) |
| Modifier and Type | Method and Description |
|---|---|
static CallStatus |
CallStatus.deserializeXML(java.lang.String string) |
static CallStatus |
CallStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CallStatus[] |
CallStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|