Class SchemaType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SchemaType>
com.azure.resourcemanager.eventhubs.models.SchemaType

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

    • UNKNOWN

      public static final SchemaType UNKNOWN
      Static value Unknown for SchemaType.
    • AVRO

      public static final SchemaType AVRO
      Static value Avro for SchemaType.
  • Constructor Details

    • SchemaType

      public SchemaType()
  • Method Details

    • fromString

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

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