| Modifier and Type | Field and 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 and Description |
|---|---|
static SkuTier |
SkuTier.fromString(String name)
Creates or finds a SkuTier from its string representation.
|
SkuTier |
Sku.tier()
Get the tier value.
|
| Modifier and Type | Method and 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.
*/