IntegrationServiceEnvironmentSkuName Class

public final class IntegrationServiceEnvironmentSkuName
extends ExpandableStringEnum<IntegrationServiceEnvironmentSkuName>

The integration service environment sku name.

Field Summary

Modifier and Type Field and Description
static final IntegrationServiceEnvironmentSkuName DEVELOPER

Static value Developer for IntegrationServiceEnvironmentSkuName.

static final IntegrationServiceEnvironmentSkuName NOT_SPECIFIED

Static value NotSpecified for IntegrationServiceEnvironmentSkuName.

static final IntegrationServiceEnvironmentSkuName PREMIUM

Static value Premium for IntegrationServiceEnvironmentSkuName.

Constructor Summary

Constructor Description
IntegrationServiceEnvironmentSkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationServiceEnvironmentSkuName value.

Method Summary

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

Creates or finds a IntegrationServiceEnvironmentSkuName from its string representation.

static Collection<IntegrationServiceEnvironmentSkuName> values()

Gets known IntegrationServiceEnvironmentSkuName values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DEVELOPER

public static final IntegrationServiceEnvironmentSkuName DEVELOPER

Static value Developer for IntegrationServiceEnvironmentSkuName.

NOT_SPECIFIED

public static final IntegrationServiceEnvironmentSkuName NOT_SPECIFIED

Static value NotSpecified for IntegrationServiceEnvironmentSkuName.

PREMIUM

public static final IntegrationServiceEnvironmentSkuName PREMIUM

Static value Premium for IntegrationServiceEnvironmentSkuName.

Constructor Details

IntegrationServiceEnvironmentSkuName

@Deprecated
public IntegrationServiceEnvironmentSkuName()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationServiceEnvironmentSkuName value.

Method Details

fromString

public static IntegrationServiceEnvironmentSkuName fromString(String name)

Creates or finds a IntegrationServiceEnvironmentSkuName from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IntegrationServiceEnvironmentSkuName.

values

public static Collection values()

Gets known IntegrationServiceEnvironmentSkuName values.

Returns:

known IntegrationServiceEnvironmentSkuName values.

Applies to