AppSku Class

public final class AppSku
extends ExpandableStringEnum<AppSku>

The name of the SKU.

Field Summary

Modifier and Type Field and Description
static final AppSku ST0

Static value ST0 for AppSku.

static final AppSku ST1

Static value ST1 for AppSku.

static final AppSku ST2

Static value ST2 for AppSku.

Constructor Summary

Constructor Description
AppSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AppSku value.

Method Summary

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

Creates or finds a AppSku from its string representation.

static Collection<AppSku> values()

Gets known AppSku values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ST0

public static final AppSku ST0

Static value ST0 for AppSku.

ST1

public static final AppSku ST1

Static value ST1 for AppSku.

ST2

public static final AppSku ST2

Static value ST2 for AppSku.

Constructor Details

AppSku

@Deprecated
public AppSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AppSku value.

Method Details

fromString

public static AppSku fromString(String name)

Creates or finds a AppSku from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AppSku.

values

public static Collection<AppSku> values()

Gets known AppSku values.

Returns:

known AppSku values.

Applies to