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