Class ApiSpecExportResultFormat

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

public final class ApiSpecExportResultFormat extends com.azure.core.util.ExpandableStringEnum<ApiSpecExportResultFormat>
Result format for exported Api spec.
  • Field Details

  • Constructor Details

    • ApiSpecExportResultFormat

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

    • fromString

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

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