public static enum CSConstants.CallRecordingStatus extends java.lang.Enum<CSConstants.CallRecordingStatus>
Enum Constant and Description |
---|
CANCELED |
DONE |
IDLE |
PAUSED |
RECORDING |
RESUMED |
Modifier and Type | Method and Description |
---|---|
static CSConstants.CallRecordingStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CSConstants.CallRecordingStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CSConstants.CallRecordingStatus IDLE
public static final CSConstants.CallRecordingStatus RECORDING
public static final CSConstants.CallRecordingStatus PAUSED
public static final CSConstants.CallRecordingStatus RESUMED
public static final CSConstants.CallRecordingStatus CANCELED
public static final CSConstants.CallRecordingStatus DONE
public static CSConstants.CallRecordingStatus[] values()
for (CSConstants.CallRecordingStatus c : CSConstants.CallRecordingStatus.values()) System.out.println(c);
public static CSConstants.CallRecordingStatus 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