Package | Description |
---|---|
io.sphere.sdk.inventory |
Provides model classes and builders for inventory entries.
|
io.sphere.sdk.inventory.commands |
Provides types to change the state of inventory entries.
|
Modifier and Type | Class and Description |
---|---|
class |
InventoryEntryDraftDsl |
Modifier and Type | Method and Description |
---|---|
static InventoryEntryDraftBuilder |
InventoryEntryDraftBuilder.of(InventoryEntryDraft template)
Creates a new object initialized with the fields of the template parameter.
|
Modifier and Type | Method and Description |
---|---|
static InventoryEntryCreateCommand |
InventoryEntryCreateCommand.of(InventoryEntryDraft draft)
Creates a command object to create a
InventoryEntry . |