Class ExportFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExportFormat>
com.azure.resourcemanager.apimanagement.models.ExportFormat
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Defines values for ExportFormat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExportFormatStatic value openapi+json-link for ExportFormat.static final ExportFormatStatic value openapi-link for ExportFormat.static final ExportFormatStatic value swagger-link for ExportFormat.static final ExportFormatStatic value wadl-link for ExportFormat.static final ExportFormatStatic value wsdl-link for ExportFormat. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExportFormatfromString(String name) Creates or finds a ExportFormat from its string representation.static Collection<ExportFormat> values()Gets known ExportFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
SWAGGER_LINK
Static value swagger-link for ExportFormat. -
WSDL_LINK
Static value wsdl-link for ExportFormat. -
WADL_LINK
Static value wadl-link for ExportFormat. -
OPENAPI_LINK
Static value openapi-link for ExportFormat. -
OPENAPI_JSON_LINK
Static value openapi+json-link for ExportFormat.
-
-
Constructor Details
-
ExportFormat
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExportFormat value.
-
-
Method Details
-
fromString
Creates or finds a ExportFormat from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExportFormat.
-
values
Gets known ExportFormat values.- Returns:
- known ExportFormat values.
-
fromString(String)factory method.