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