public interface InventoryMode
Maps to Order.inventoryMode
.
Modifier and Type | Interface and Description |
---|---|
static class |
InventoryMode.InventoryModeEnum |
Modifier and Type | Field and Description |
---|---|
static InventoryMode |
RESERVE_ON_ORDER |
static InventoryMode |
TRACK_ONLY |
Modifier and Type | Method and Description |
---|---|
static InventoryMode |
findEnum(String value) |
static Optional<InventoryMode> |
findEnumViaJsonName(String jsonName) |
String |
getJsonName() |
String |
name() |
String |
toString() |
static InventoryMode[] |
values() |
static final InventoryMode TRACK_ONLY
static final InventoryMode RESERVE_ON_ORDER
String getJsonName()
String name()
static InventoryMode findEnum(String value)
static Optional<InventoryMode> findEnumViaJsonName(String jsonName)
static InventoryMode[] values()