| Package | Description |
|---|---|
| io.sphere.sdk.inventory |
Provides model classes and builders for inventory entries.
|
| Modifier and Type | Method and Description |
|---|---|
InventoryEntryDraftDsl |
InventoryEntryDraftBuilder.build()
Creates a new instance of
InventoryEntryDraftDsl with the values of this builder. |
static InventoryEntryDraftDsl |
InventoryEntryDraft.of(String sku,
long quantityOnStock) |
static InventoryEntryDraftDsl |
InventoryEntryDraft.of(String sku,
long quantityOnStock,
ZonedDateTime expectedDelivery,
Integer restockableInDays,
Referenceable<Channel> supplyChannel) |
InventoryEntryDraftDsl |
InventoryEntryDraftDsl.withSupplyChannel(Referenceable<Channel> supplyChannel) |