Class MetadataSchemaExportFormat

java.lang.Object
com.azure.core.util.ExpandableStringEnum<MetadataSchemaExportFormat>
com.azure.resourcemanager.apicenter.models.MetadataSchemaExportFormat
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class MetadataSchemaExportFormat extends com.azure.core.util.ExpandableStringEnum<MetadataSchemaExportFormat>
The format for schema export.
  • Field Details

  • Constructor Details

    • MetadataSchemaExportFormat

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

    • fromString

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

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