Class ExportFormat


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

      • SWAGGER_LINK

        public static final ExportFormat SWAGGER_LINK
        Static value swagger-link for ExportFormat.
      • WSDL_LINK

        public static final ExportFormat WSDL_LINK
        Static value wsdl-link for ExportFormat.
      • WADL_LINK

        public static final ExportFormat WADL_LINK
        Static value wadl-link for ExportFormat.
      • OPENAPI_LINK

        public static final ExportFormat OPENAPI_LINK
        Static value openapi-link for ExportFormat.
      • OPENAPI_JSON_LINK

        public static final ExportFormat OPENAPI_JSON_LINK
        Static value openapi+json-link for ExportFormat.
    • Constructor Detail

      • ExportFormat

        public ExportFormat()
    • Method Detail

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