public static enum Call.UpdateStatus extends Enum<Call.UpdateStatus>
Modifier and Type | Method and Description |
---|---|
static Call.UpdateStatus |
forValue(String value)
Generate a UpdateStatus from a string.
|
String |
toString() |
static Call.UpdateStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Call.UpdateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Call.UpdateStatus CANCELED
public static final Call.UpdateStatus COMPLETED
public static Call.UpdateStatus[] values()
for (Call.UpdateStatus c : Call.UpdateStatus.values()) System.out.println(c);
public static Call.UpdateStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<Call.UpdateStatus>
public static Call.UpdateStatus forValue(String value)
value
- string valueCopyright © 2016 Twilio, Inc. All Rights Reserved.