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