Share via


LabServicesSkuTier Class

public final class LabServicesSkuTier
extends ExpandableStringEnum<LabServicesSkuTier>

The tier of the SKU.

Field Summary

Modifier and Type Field and Description
static final LabServicesSkuTier PREMIUM

Static value Premium for LabServicesSkuTier.

static final LabServicesSkuTier STANDARD

Static value Standard for LabServicesSkuTier.

Constructor Summary

Constructor Description
LabServicesSkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LabServicesSkuTier value.

Method Summary

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

Creates or finds a LabServicesSkuTier from its string representation.

static Collection<LabServicesSkuTier> values()

Gets known LabServicesSkuTier values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

PREMIUM

public static final LabServicesSkuTier PREMIUM

Static value Premium for LabServicesSkuTier.

STANDARD

public static final LabServicesSkuTier STANDARD

Static value Standard for LabServicesSkuTier.

Constructor Details

LabServicesSkuTier

@Deprecated
public LabServicesSkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LabServicesSkuTier value.

Method Details

fromString

public static LabServicesSkuTier fromString(String name)

Creates or finds a LabServicesSkuTier from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding LabServicesSkuTier.

values

public static Collection<LabServicesSkuTier> values()

Gets known LabServicesSkuTier values.

Returns:

known LabServicesSkuTier values.

Applies to