public final class CallRecordingState extends com.azure.core.util.ExpandableStringEnum<CallRecordingState>
| Modifier and Type | Field and Description |
|---|---|
static CallRecordingState |
ACTIVE
Static value active for CallRecordingState.
|
static CallRecordingState |
INACTIVE
Static value inactive for CallRecordingState.
|
| Constructor and Description |
|---|
CallRecordingState() |
| Modifier and Type | Method and Description |
|---|---|
static CallRecordingState |
fromString(String name)
Creates or finds a CallRecordingState from its string representation.
|
static Collection<CallRecordingState> |
values() |
public static final CallRecordingState ACTIVE
public static final CallRecordingState INACTIVE
public static CallRecordingState fromString(String name)
name - a name to look for.public static Collection<CallRecordingState> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.