Package | Description |
---|---|
com.twilio.sdk.reader.api.v2010.account | |
com.twilio.sdk.resource.api.v2010.account | |
com.twilio.sdk.updater.api.v2010.account |
Modifier and Type | Method and Description |
---|---|
CallReader |
CallReader.byStatus(Call.Status status)
Only show calls currently in this status.
|
Modifier and Type | Method and Description |
---|---|
static Call.Status |
Call.Status.forValue(String value)
Generate a Status from a string.
|
Call.Status |
Call.getStatus()
Returns The The status.
|
static Call.Status |
Call.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Call.Status[] |
Call.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CallUpdater |
CallUpdater.setStatus(Call.Status status)
Either `canceled` or `completed`.
|
Copyright © 2011 Twilio, Inc. All Rights Reserved.