Class RecordingState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RecordingState>
com.azure.communication.callautomation.models.RecordingState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for RecordingStateInternal.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecordingStateStatic value active for RecordingStateInternal.static final RecordingStateStatic value inactive for RecordingStateInternal. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecordingStatefromString(String name) Creates or finds a RecordingStateInternal from its string representation.static Collection<RecordingState> values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ACTIVE
Static value active for RecordingStateInternal. -
INACTIVE
Static value inactive for RecordingStateInternal.
-
-
Constructor Details
-
RecordingState
public RecordingState()
-
-
Method Details
-
fromString
Creates or finds a RecordingStateInternal from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RecordingStateInternal.
-
values
- Returns:
- known RecordingStateInternal values.
-