Class PolicyExportFormat
java.lang.Object
com.azure.core.util.ExpandableStringEnum<PolicyExportFormat>
com.azure.resourcemanager.apimanagement.models.PolicyExportFormat
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class PolicyExportFormat
extends com.azure.core.util.ExpandableStringEnum<PolicyExportFormat>
Defines values for PolicyExportFormat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PolicyExportFormatStatic value rawxml for PolicyExportFormat.static final PolicyExportFormatStatic value xml for PolicyExportFormat. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PolicyExportFormatfromString(String name) Creates or finds a PolicyExportFormat from its string representation.static Collection<PolicyExportFormat> values()Gets known PolicyExportFormat values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
XML
Static value xml for PolicyExportFormat. -
RAWXML
Static value rawxml for PolicyExportFormat.
-
-
Constructor Details
-
PolicyExportFormat
Deprecated.Use thefromString(String)factory method.Creates a new instance of PolicyExportFormat value.
-
-
Method Details
-
fromString
Creates or finds a PolicyExportFormat from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding PolicyExportFormat.
-
values
Gets known PolicyExportFormat values.- Returns:
- known PolicyExportFormat values.
-
fromString(String)factory method.