Package | Description |
---|---|
io.sphere.sdk.inventory.commands |
Provides types to change the state of inventory entries.
|
Modifier and Type | Method and Description |
---|---|
static InventoryEntryUpdateCommand |
InventoryEntryUpdateCommand.of(Versioned<InventoryEntry> versioned,
List<? extends UpdateAction<InventoryEntry>> updateActions)
Creates a command to update a InventoryEntry selected by its ID using several update actions.
|
static InventoryEntryUpdateCommand |
InventoryEntryUpdateCommand.of(Versioned<InventoryEntry> versioned,
UpdateAction<InventoryEntry> updateAction,
UpdateAction<InventoryEntry>... updateActions)
Creates a command to update a InventoryEntry selected by its ID using one update action.
|