public enum PlayRecordState extends Enum<PlayRecordState>
| Enum Constant and Description |
|---|
CANCELED |
COLLECT |
COLLECT_RECORD |
COLLECTED |
COLLECTING |
FAILED |
FAILING |
LOADING_PLAYLIST |
NO_SPEECH_PROMPTING |
PLAYING_FAILURE |
PLAYING_SUCCESS |
PROMPTING |
RECORD |
RECORDED |
RECORDING |
REPROMPTING |
SUCCEEDED |
SUCCEEDING |
| Modifier and Type | Method and Description |
|---|---|
static PlayRecordState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlayRecordState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlayRecordState LOADING_PLAYLIST
public static final PlayRecordState PROMPTING
public static final PlayRecordState REPROMPTING
public static final PlayRecordState NO_SPEECH_PROMPTING
public static final PlayRecordState COLLECT_RECORD
public static final PlayRecordState COLLECT
public static final PlayRecordState COLLECTING
public static final PlayRecordState COLLECTED
public static final PlayRecordState RECORD
public static final PlayRecordState RECORDING
public static final PlayRecordState RECORDED
public static final PlayRecordState SUCCEEDING
public static final PlayRecordState FAILING
public static final PlayRecordState PLAYING_SUCCESS
public static final PlayRecordState SUCCEEDED
public static final PlayRecordState PLAYING_FAILURE
public static final PlayRecordState FAILED
public static final PlayRecordState CANCELED
public static PlayRecordState[] values()
for (PlayRecordState c : PlayRecordState.values()) System.out.println(c);
public static PlayRecordState 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 nullCopyright © 2017 TeleStax, Inc.. All Rights Reserved.