Class RecordingChannelType

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

public final class RecordingChannelType extends ExpandableStringEnum<RecordingChannelType>
Defines values for RecordingChannelType.
  • 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

      public RecordingChannelType()
  • 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()
      Returns:
      known RecordingChannelType values.