Class RecordingContentType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RecordingContentType>
com.azure.messaging.eventgrid.systemevents.RecordingContentType
public final class RecordingContentType
extends com.azure.core.util.ExpandableStringEnum<RecordingContentType>
The recording content type- AudioVideo, or Audio.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RecordingContentTypeStatic value Audio for RecordingContentType.static final RecordingContentTypeStatic value AudioVideo for RecordingContentType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RecordingContentTypefromString(String name) Creates or finds a RecordingContentType from its string representation.static Collection<RecordingContentType>values()Gets known RecordingContentType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
AUDIO_VIDEO
Static value AudioVideo for RecordingContentType. -
AUDIO
Static value Audio for RecordingContentType.
-
-
Constructor Details
-
RecordingContentType
Deprecated.Use thefromString(String)factory method.Creates a new instance of RecordingContentType value.
-
-
Method Details
-
fromString
Creates or finds a RecordingContentType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RecordingContentType.
-
values
Gets known RecordingContentType values.- Returns:
- known RecordingContentType values.
-
fromString(String)factory method.