Class RecordingContentType

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

public final class RecordingContentType extends ExpandableStringEnum<RecordingContentType>
Defines values for RecordingContentType.
  • Field Details

    • AUDIO_VIDEO

      public static final RecordingContentType AUDIO_VIDEO
      Static value AudioVideo for RecordingContentType.
    • AUDIO

      public static final RecordingContentType AUDIO
      Static value Audio for RecordingContentType.
  • Constructor Details

    • RecordingContentType

      public RecordingContentType()
  • Method Details

    • fromString

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

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