public static enum Dial.RecordingEvent extends Enum<Dial.RecordingEvent>
| Enum Constant and Description |
|---|
COMPLETED |
FAILED |
IN_PROGRESS |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static Dial.RecordingEvent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Dial.RecordingEvent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Dial.RecordingEvent IN_PROGRESS
public static final Dial.RecordingEvent COMPLETED
public static final Dial.RecordingEvent FAILED
public static Dial.RecordingEvent[] values()
for (Dial.RecordingEvent c : Dial.RecordingEvent.values()) System.out.println(c);
public static Dial.RecordingEvent 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<Dial.RecordingEvent>Copyright © 2016 Twilio, Inc. All Rights Reserved.