| Package | Description |
|---|---|
| io.sphere.sdk.carts.expansion |
Provides reference expansion models for carts.
|
| io.sphere.sdk.channels.expansion |
Provides reference expansion models for channels.
|
| io.sphere.sdk.channels.queries |
Provides types to retrieve the state of channels.
|
| io.sphere.sdk.inventory.expansion |
Provides reference expansion models for inventory entries.
|
| io.sphere.sdk.orders.expansion |
Provides reference expansion models for orders.
|
| io.sphere.sdk.products.expansion |
Provides reference expansion models for products.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelExpansionModel<T> |
LineItemExpansionModel.distributionChannel() |
ChannelExpansionModel<T> |
LineItemExpansionModel.supplyChannel() |
| Modifier and Type | Method and Description |
|---|---|
static ChannelExpansionModel<Channel> |
ChannelExpansionModel.of() |
static <T> ChannelExpansionModel<T> |
ChannelExpansionModel.of(List<String> parentPath,
String path) |
| Modifier and Type | Method and Description |
|---|---|
ChannelQueryBuilder |
ChannelQueryBuilder.expansionPaths(Function<ChannelExpansionModel<Channel>,ExpansionPathContainer<Channel>> m) |
ChannelQueryBuilder |
ChannelQueryBuilder.plusExpansionPaths(Function<ChannelExpansionModel<Channel>,ExpansionPathContainer<Channel>> m) |
ChannelQuery |
ChannelQuery.plusExpansionPaths(Function<ChannelExpansionModel<Channel>,ExpansionPathContainer<Channel>> m) |
ChannelQuery |
ChannelQuery.withExpansionPaths(Function<ChannelExpansionModel<Channel>,ExpansionPathContainer<Channel>> m) |
| Modifier and Type | Method and Description |
|---|---|
ChannelExpansionModel<T> |
InventoryEntryExpansionModel.supplyChannel() |
| Modifier and Type | Method and Description |
|---|---|
ChannelExpansionModel<T> |
SyncInfoExpansionModel.channel() |
| Modifier and Type | Method and Description |
|---|---|
ChannelExpansionModel<T> |
PriceExpansionModel.channel() |