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 Summary
FieldsModifier and TypeFieldDescriptionstatic final ApiSpecExportResultFormat
Static value inline for ApiSpecExportResultFormat.static final ApiSpecExportResultFormat
Static value link for ApiSpecExportResultFormat. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ApiSpecExportResultFormat
fromString
(String name) Creates or finds a ApiSpecExportResultFormat from its string representation.static Collection
<ApiSpecExportResultFormat> values()
Gets known ApiSpecExportResultFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INLINE
Static value inline for ApiSpecExportResultFormat. -
LINK
Static value link for ApiSpecExportResultFormat.
-
-
Constructor Details
-
ApiSpecExportResultFormat
Deprecated.Use thefromString(String)
factory method.Creates a new instance of ApiSpecExportResultFormat value.
-
-
Method Details
-
fromString
Creates or finds a ApiSpecExportResultFormat from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ApiSpecExportResultFormat.
-
values
Gets known ApiSpecExportResultFormat values.- Returns:
- known ApiSpecExportResultFormat values.
-
fromString(String)
factory method.