Class RecordingFormatType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<RecordingFormatType>
com.azure.messaging.eventgrid.systemevents.RecordingFormatType

public final class RecordingFormatType extends com.azure.core.util.ExpandableStringEnum<RecordingFormatType>
The recording format type - Mp4, Mp3, Wav.
  • Field Details

  • Constructor Details

    • RecordingFormatType

      @Deprecated public RecordingFormatType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RecordingFormatType value.
  • Method Details

    • fromString

      public static RecordingFormatType fromString(String name)
      Creates or finds a RecordingFormatType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RecordingFormatType.
    • values

      public static Collection<RecordingFormatType> values()
      Gets known RecordingFormatType values.
      Returns:
      known RecordingFormatType values.