Package | Description |
---|---|
io.sphere.sdk.inventory.expansion |
Provides reference expansion models for inventory entries.
|
io.sphere.sdk.inventory.queries |
Provides types to retrieve the state of inventory entries.
|
Modifier and Type | Method and Description |
---|---|
static InventoryEntryExpansionModel<InventoryEntry> |
InventoryEntryExpansionModel.of() |
Modifier and Type | Method and Description |
---|---|
InventoryEntryQueryBuilder |
InventoryEntryQueryBuilder.expansionPaths(Function<InventoryEntryExpansionModel<InventoryEntry>,ExpansionPathContainer<InventoryEntry>> m) |
InventoryEntryQuery |
InventoryEntryQuery.plusExpansionPaths(Function<InventoryEntryExpansionModel<InventoryEntry>,ExpansionPathContainer<InventoryEntry>> m) |
InventoryEntryQueryBuilder |
InventoryEntryQueryBuilder.plusExpansionPaths(Function<InventoryEntryExpansionModel<InventoryEntry>,ExpansionPathContainer<InventoryEntry>> m) |
InventoryEntryQuery |
InventoryEntryQuery.withExpansionPaths(Function<InventoryEntryExpansionModel<InventoryEntry>,ExpansionPathContainer<InventoryEntry>> m) |