Freigeben über


LedgerSku Class

public final class LedgerSku
extends ExpandableStringEnum<LedgerSku>

SKU associated with the ledger resource.

Field Summary

Modifier and Type Field and Description
static final LedgerSku BASIC

Static value Basic for LedgerSku.

static final LedgerSku STANDARD

Static value Standard for LedgerSku.

static final LedgerSku UNKNOWN

Static value Unknown for LedgerSku.

Constructor Summary

Constructor Description
LedgerSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LedgerSku value.

Method Summary

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

Creates or finds a LedgerSku from its string representation.

static Collection<LedgerSku> values()

Gets known LedgerSku values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

BASIC

public static final LedgerSku BASIC

Static value Basic for LedgerSku.

STANDARD

public static final LedgerSku STANDARD

Static value Standard for LedgerSku.

UNKNOWN

public static final LedgerSku UNKNOWN

Static value Unknown for LedgerSku.

Constructor Details

LedgerSku

@Deprecated
public LedgerSku()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of LedgerSku value.

Method Details

fromString

public static LedgerSku fromString(String name)

Creates or finds a LedgerSku from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding LedgerSku.

values

public static Collection values()

Gets known LedgerSku values.

Returns:

known LedgerSku values.

Applies to