InventoryListKind Class

public final class InventoryListKind
extends ExpandableStringEnum<InventoryListKind>

Types for inventory list.

Field Summary

Modifier and Type Field and Description
static final InventoryListKind EXCLUSION

Exclusion.

static final InventoryListKind INCLUSION

Inclusion.

Constructor Summary

Constructor Description
InventoryListKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InventoryListKind value.

Method Summary

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

Creates or finds a InventoryListKind from its string representation.

static Collection<InventoryListKind> values()

Gets known InventoryListKind values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

EXCLUSION

public static final InventoryListKind EXCLUSION

Exclusion.

INCLUSION

public static final InventoryListKind INCLUSION

Inclusion.

Constructor Details

InventoryListKind

@Deprecated
public InventoryListKind()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InventoryListKind value.

Method Details

fromString

public static InventoryListKind fromString(String name)

Creates or finds a InventoryListKind from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding InventoryListKind.

values

public static Collection<InventoryListKind> values()

Gets known InventoryListKind values.

Returns:

known InventoryListKind values.

Applies to