public static enum Fax.UpdateStatus extends Enum<Fax.UpdateStatus>
| Enum Constant and Description |
|---|
CANCELED |
| Modifier and Type | Method and Description |
|---|---|
static Fax.UpdateStatus |
forValue(String value)
Generate a UpdateStatus from a string.
|
String |
toString() |
static Fax.UpdateStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Fax.UpdateStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Fax.UpdateStatus CANCELED
public static Fax.UpdateStatus[] values()
for (Fax.UpdateStatus c : Fax.UpdateStatus.values()) System.out.println(c);
public static Fax.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<Fax.UpdateStatus>public static Fax.UpdateStatus forValue(String value)
value - string valueCopyright © 2016 Twilio, Inc. All Rights Reserved.