RecordingChannel Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. communication. callautomation. models. RecordingChannel
- com.
- com.
public final class RecordingChannel
extends ExpandableStringEnum<RecordingChannel>
Defines values for RecordingChannel.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Recording |
MIXED
Static value mixed for Recording |
|
static final
Recording |
UNMIXED
Static value unmixed for Recording |
Constructor Summary
| Constructor | Description |
|---|---|
| RecordingChannel() |
Deprecated
Please use fromString(String name) to create an instance of Recording
Creates an instance of RecordingChannel with no string value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Recording |
fromString(String name)
Creates or finds a Recording |
|
static
Collection<Recording |
values()
Get the collection of Recording |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MIXED
public static final RecordingChannel MIXED
Static value mixed for RecordingChannel.
UNMIXED
public static final RecordingChannel UNMIXED
Static value unmixed for RecordingChannel.
Constructor Details
RecordingChannel
@Deprecated
public RecordingChannel()
Deprecated
Creates an instance of RecordingChannel with no string value.
Method Details
fromString
public static RecordingChannel fromString(String name)
Creates or finds a RecordingChannel from its string representation.
Parameters:
Returns:
values
public static Collection<RecordingChannel> values()
Get the collection of RecordingChannel values.
Returns: