ExportResultFormat Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. apimanagement. v2019_01_01.ExportResultFormat
- com.
- com.
public final class ExportResultFormat
extends com.microsoft.rest.ExpandableStringEnum<ExportResultFormat>
Defines values for ExportResultFormat.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Export |
OPEN_API
Static value openapi-link for Export |
|
static final
Export |
SWAGGER
Static value swagger-link-json for Export |
|
static final
Export |
WADL
Static value wadl-link-json for Export |
|
static final
Export |
WSDL
Static value wsdl-link+xml for Export |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| ExportResultFormat() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Export |
fromString(String name)
Creates or finds a Export |
|
static
java.util.Collection<Export |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
OPEN_API
public static final ExportResultFormat OPEN_API
Static value openapi-link for ExportResultFormat.
SWAGGER
public static final ExportResultFormat SWAGGER
Static value swagger-link-json for ExportResultFormat.
WADL
public static final ExportResultFormat WADL
Static value wadl-link-json for ExportResultFormat.
WSDL
public static final ExportResultFormat WSDL
Static value wsdl-link+xml for ExportResultFormat.
Constructor Details
ExportResultFormat
public ExportResultFormat()
Method Details
fromString
public static ExportResultFormat fromString(String name)
Creates or finds a ExportResultFormat from its string representation.
Parameters:
Returns:
values
public static Collection<ExportResultFormat> values()
Returns: