Class SchemaType


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

      • XML

        public static final SchemaType XML
        Static value xml for SchemaType.
      • JSON

        public static final SchemaType JSON
        Static value json for SchemaType.
    • Constructor Detail

      • SchemaType

        public SchemaType()
    • Method Detail

      • 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.