WebPubSubSkuTier Class

public final class WebPubSubSkuTier
extends ExpandableStringEnum<WebPubSubSkuTier>

Optional tier of this particular SKU. 'Standard' or 'Free'. `Basic` is deprecated, use `Standard` instead.

Field Summary

Modifier and Type Field and Description
static final WebPubSubSkuTier BASIC

Static value Basic for WebPubSubSkuTier.

static final WebPubSubSkuTier FREE

Static value Free for WebPubSubSkuTier.

static final WebPubSubSkuTier PREMIUM

Static value Premium for WebPubSubSkuTier.

static final WebPubSubSkuTier STANDARD

Static value Standard for WebPubSubSkuTier.

Constructor Summary

Constructor Description
WebPubSubSkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of WebPubSubSkuTier value.

Method Summary

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

Creates or finds a WebPubSubSkuTier from its string representation.

static Collection<WebPubSubSkuTier> values()

Gets known WebPubSubSkuTier values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASIC

public static final WebPubSubSkuTier BASIC

Static value Basic for WebPubSubSkuTier.

FREE

public static final WebPubSubSkuTier FREE

Static value Free for WebPubSubSkuTier.

PREMIUM

public static final WebPubSubSkuTier PREMIUM

Static value Premium for WebPubSubSkuTier.

STANDARD

public static final WebPubSubSkuTier STANDARD

Static value Standard for WebPubSubSkuTier.

Constructor Details

WebPubSubSkuTier

@Deprecated
public WebPubSubSkuTier()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of WebPubSubSkuTier value.

Method Details

fromString

public static WebPubSubSkuTier fromString(String name)

Creates or finds a WebPubSubSkuTier from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding WebPubSubSkuTier.

values

public static Collection<WebPubSubSkuTier> values()

Gets known WebPubSubSkuTier values.

Returns:

known WebPubSubSkuTier values.

Applies to