Package | Description |
---|---|
io.sphere.sdk.productselections.expansion |
Provides reference expansion models for product selections.
|
io.sphere.sdk.productselections.queries |
Provides types to retrieve the state of product selections.
|
Modifier and Type | Method and Description |
---|---|
static ProductSelectionExpansionModel<ProductSelection> |
ProductSelectionExpansionModel.of() |
static <T> ProductSelectionExpansionModel<T> |
ProductSelectionExpansionModel.of(List<String> parentPath,
String path) |
Modifier and Type | Method and Description |
---|---|
ProductSelectionQueryBuilder |
ProductSelectionQueryBuilder.expansionPaths(Function<ProductSelectionExpansionModel<ProductSelection>,ExpansionPathContainer<ProductSelection>> m) |
ProductSelectionQuery |
ProductSelectionQuery.plusExpansionPaths(Function<ProductSelectionExpansionModel<ProductSelection>,ExpansionPathContainer<ProductSelection>> m) |
ProductSelectionQueryBuilder |
ProductSelectionQueryBuilder.plusExpansionPaths(Function<ProductSelectionExpansionModel<ProductSelection>,ExpansionPathContainer<ProductSelection>> m) |
ProductSelectionQuery |
ProductSelectionQuery.withExpansionPaths(Function<ProductSelectionExpansionModel<ProductSelection>,ExpansionPathContainer<ProductSelection>> m) |