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