Share via


ExportResultFormat Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.apimanagement.v2019_01_01.ExportResultFormat

public final class ExportResultFormat
extends com.microsoft.rest.ExpandableStringEnum<ExportResultFormat>

Defines values for ExportResultFormat.

Field Summary

Modifier and Type Field and Description
static final ExportResultFormat OPEN_API

Static value openapi-link for ExportResultFormat.

static final ExportResultFormat SWAGGER

Static value swagger-link-json for ExportResultFormat.

static final ExportResultFormat WADL

Static value wadl-link-json for ExportResultFormat.

static final ExportResultFormat WSDL

Static value wsdl-link+xml for ExportResultFormat.

Constructor Summary

Constructor Description
ExportResultFormat()

Method Summary

Modifier and Type Method and Description
static ExportResultFormat fromString(String name)

Creates or finds a ExportResultFormat from its string representation.

static java.util.Collection<ExportResultFormat> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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:

name - a name to look for

Returns:

the corresponding ExportResultFormat

values

public static Collection<ExportResultFormat> values()

Returns:

known ExportResultFormat values

Applies to