public enum RecordCompletionReason extends Enum<RecordCompletionReason> implements com.github.davidmoten.odata.client.Enum
| Enum Constant and Description |
|---|
INITIAL_SILENCE_TIMEOUT |
MAX_RECORD_DURATION_REACHED |
MAX_SILENCE_TIMEOUT |
MEDIA_RECEIVE_TIMEOUT |
OPERATION_CANCELED |
PLAY_BEEP_FAILED |
PLAY_PROMPT_FAILED |
STOP_TONE_DETECTED |
UNSPECIFIED_ERROR |
| Modifier and Type | Method and Description |
|---|---|
String |
enumName() |
String |
enumValue() |
static RecordCompletionReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecordCompletionReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecordCompletionReason OPERATION_CANCELED
public static final RecordCompletionReason STOP_TONE_DETECTED
public static final RecordCompletionReason MAX_RECORD_DURATION_REACHED
public static final RecordCompletionReason INITIAL_SILENCE_TIMEOUT
public static final RecordCompletionReason MAX_SILENCE_TIMEOUT
public static final RecordCompletionReason PLAY_PROMPT_FAILED
public static final RecordCompletionReason PLAY_BEEP_FAILED
public static final RecordCompletionReason MEDIA_RECEIVE_TIMEOUT
public static final RecordCompletionReason UNSPECIFIED_ERROR
public static RecordCompletionReason[] values()
for (RecordCompletionReason c : RecordCompletionReason.values()) System.out.println(c);
public static RecordCompletionReason 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 enumName()
enumName in interface com.github.davidmoten.odata.client.Enumpublic String enumValue()
enumValue in interface com.github.davidmoten.odata.client.EnumCopyright © 2018–2020. All rights reserved.