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

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

  • Constructor Details

    • ExportFormat

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

    • fromString

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

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