Class ExportResultFormat


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

      • SWAGGER_LINK_JSON

        public static final ExportResultFormat SWAGGER_LINK_JSON
        Static value swagger-link-json for ExportResultFormat.
      • WSDL_LINK_XML

        public static final ExportResultFormat WSDL_LINK_XML
        Static value wsdl-link+xml for ExportResultFormat.
      • WADL_LINK_JSON

        public static final ExportResultFormat WADL_LINK_JSON
        Static value wadl-link-json for ExportResultFormat.
      • OPENAPI_LINK

        public static final ExportResultFormat OPENAPI_LINK
        Static value openapi-link for ExportResultFormat.
    • Constructor Detail

      • ExportResultFormat

        public ExportResultFormat()
    • Method Detail

      • fromString

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