Class RecordingChannelType

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

public final class RecordingChannelType extends com.azure.core.util.ExpandableStringEnum<RecordingChannelType>
The recording channel type - Mixed, Unmixed.
  • Field Details

    • MIXED

      public static final RecordingChannelType MIXED
      Static value Mixed for RecordingChannelType.
    • UNMIXED

      public static final RecordingChannelType UNMIXED
      Static value Unmixed for RecordingChannelType.
  • Constructor Details

    • RecordingChannelType

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

    • fromString

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

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