Package | Description |
---|---|
io.sphere.sdk.carts.expansion |
Provides reference expansion models for carts.
|
io.sphere.sdk.products.expansion |
Provides reference expansion models for products.
|
io.sphere.sdk.producttypes.expansion |
Provides reference expansion models for product types.
|
io.sphere.sdk.producttypes.queries |
Provides types to retrieve the state of product types.
|
io.sphere.sdk.shoppinglists.expansion |
Provides reference expansion models for shopping lists.
|
Modifier and Type | Method and Description |
---|---|
ProductTypeExpansionModel<T> |
LineItemExpansionModel.productType() |
Modifier and Type | Method and Description |
---|---|
ProductTypeExpansionModel<T> |
ProductExpansionModel.productType() |
ProductTypeExpansionModel<T> |
ProductProjectionExpansionModel.productType() |
Modifier and Type | Method and Description |
---|---|
static ProductTypeExpansionModel<ProductType> |
ProductTypeExpansionModel.of() |
static <T> ProductTypeExpansionModel<T> |
ProductTypeExpansionModel.of(List<String> parentPath,
String path) |
Modifier and Type | Method and Description |
---|---|
ProductTypeQueryBuilder |
ProductTypeQueryBuilder.expansionPaths(Function<ProductTypeExpansionModel<ProductType>,ExpansionPathContainer<ProductType>> m) |
ProductTypeQuery |
ProductTypeQuery.plusExpansionPaths(Function<ProductTypeExpansionModel<ProductType>,ExpansionPathContainer<ProductType>> m) |
ProductTypeQueryBuilder |
ProductTypeQueryBuilder.plusExpansionPaths(Function<ProductTypeExpansionModel<ProductType>,ExpansionPathContainer<ProductType>> m) |
ProductTypeQuery |
ProductTypeQuery.withExpansionPaths(Function<ProductTypeExpansionModel<ProductType>,ExpansionPathContainer<ProductType>> m) |
Modifier and Type | Method and Description |
---|---|
ProductTypeExpansionModel<T> |
LineItemExpansionModel.productType() |