| Package | Description |
|---|---|
| io.sphere.sdk.carts.expansion |
Provides reference expansion models for carts.
|
| io.sphere.sdk.customergroups.expansion |
Provides reference expansion models for customer groups.
|
| io.sphere.sdk.customergroups.queries |
Provides types to retrieve the state of customer groups.
|
| io.sphere.sdk.customers.expansion |
Provides reference expansion models for customers.
|
| 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 |
|---|---|
CustomerGroupExpansionModel<T> |
CartExpansionModel.customerGroup() |
CustomerGroupExpansionModel<T> |
CartLikeExpansionModelImpl.customerGroup() |
CustomerGroupExpansionModel<T> |
CartLikeExpansionModel.customerGroup() |
| Modifier and Type | Method and Description |
|---|---|
static CustomerGroupExpansionModel<CustomerGroup> |
CustomerGroupExpansionModel.of() |
static <T> CustomerGroupExpansionModel<T> |
CustomerGroupExpansionModel.of(List<String> parentPath,
String path) |
| Modifier and Type | Method and Description |
|---|---|
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.expansionPaths(Function<CustomerGroupExpansionModel<CustomerGroup>,ExpansionPathContainer<CustomerGroup>> m) |
CustomerGroupQuery |
CustomerGroupQuery.plusExpansionPaths(Function<CustomerGroupExpansionModel<CustomerGroup>,ExpansionPathContainer<CustomerGroup>> m) |
CustomerGroupQueryBuilder |
CustomerGroupQueryBuilder.plusExpansionPaths(Function<CustomerGroupExpansionModel<CustomerGroup>,ExpansionPathContainer<CustomerGroup>> m) |
CustomerGroupQuery |
CustomerGroupQuery.withExpansionPaths(Function<CustomerGroupExpansionModel<CustomerGroup>,ExpansionPathContainer<CustomerGroup>> m) |
| Modifier and Type | Method and Description |
|---|---|
CustomerGroupExpansionModel<T> |
CustomerExpansionModel.customerGroup() |
| Modifier and Type | Method and Description |
|---|---|
CustomerGroupExpansionModel<T> |
OrderExpansionModel.customerGroup() |
| Modifier and Type | Method and Description |
|---|---|
CustomerGroupExpansionModel<T> |
PriceExpansionModel.customerGroup() |