Class ExportResultFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExportResultFormat>
com.azure.resourcemanager.apimanagement.models.ExportResultFormat
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ExportResultFormat
extends com.azure.core.util.ExpandableStringEnum<ExportResultFormat>
Format in which the API Details are exported to the Storage Blob with Sas Key valid for 5 minutes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExportResultFormatStatic value openapi-link for ExportResultFormat.static final ExportResultFormatStatic value swagger-link-json for ExportResultFormat.static final ExportResultFormatStatic value wadl-link-json for ExportResultFormat.static final ExportResultFormatStatic value wsdl-link+xml for ExportResultFormat. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExportResultFormatfromString(String name) Creates or finds a ExportResultFormat from its string representation.static Collection<ExportResultFormat> values()Gets known ExportResultFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SWAGGER_LINK_JSON
Static value swagger-link-json for ExportResultFormat. -
WSDL_LINK_XML
Static value wsdl-link+xml for ExportResultFormat. -
WADL_LINK_JSON
Static value wadl-link-json for ExportResultFormat. -
OPENAPI_LINK
Static value openapi-link for ExportResultFormat.
-
-
Constructor Details
-
ExportResultFormat
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExportResultFormat value.
-
-
Method Details
-
fromString
Creates or finds a ExportResultFormat from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExportResultFormat.
-
values
Gets known ExportResultFormat values.- Returns:
- known ExportResultFormat values.
-
fromString(String)factory method.