| Modifier and Type | Field | Description |
|---|---|---|
static SkuTier |
SkuTier.BASIC |
Static value Basic for SkuTier.
|
static SkuTier |
SkuTier.CLASSIC |
Static value Classic for SkuTier.
|
static SkuTier |
SkuTier.PREMIUM |
Static value Premium for SkuTier.
|
static SkuTier |
SkuTier.STANDARD |
Static value Standard for SkuTier.
|
| Modifier and Type | Method | Description |
|---|---|---|
static SkuTier |
SkuTier.fromString(String name) |
Creates or finds a SkuTier from its string representation.
|
SkuTier |
Sku.tier() |
Get the SKU tier based on the SKU name.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Collection<SkuTier> |
SkuTier.values() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/