public enum CallTranscriptionState extends java.lang.Enum<CallTranscriptionState>
| Enum Constant and Description |
|---|
ACTIVE
active
|
INACTIVE
inactive
|
NOT_STARTED
not Started
|
UNEXPECTED_VALUE
For CallTranscriptionState values that were not expected from the service
|
UNKNOWN_FUTURE_VALUE
unknown Future Value
|
| Modifier and Type | Method and Description |
|---|---|
static CallTranscriptionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CallTranscriptionState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CallTranscriptionState NOT_STARTED
public static final CallTranscriptionState ACTIVE
public static final CallTranscriptionState INACTIVE
public static final CallTranscriptionState UNKNOWN_FUTURE_VALUE
public static final CallTranscriptionState UNEXPECTED_VALUE
public static CallTranscriptionState[] values()
for (CallTranscriptionState c : CallTranscriptionState.values()) System.out.println(c);
public static CallTranscriptionState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null