Class ChannelType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ChannelType>
com.azure.resourcemanager.eventgrid.models.ChannelType

public final class ChannelType extends com.azure.core.util.ExpandableStringEnum<ChannelType>
Defines values for ChannelType.
  • Field Details

    • PARTNER_TOPIC

      public static final ChannelType PARTNER_TOPIC
      Static value PartnerTopic for ChannelType.
  • Constructor Details

    • ChannelType

      public ChannelType()
  • Method Details

    • fromString

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

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