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