Package | Description |
---|---|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
Modifier and Type | Method and Description |
---|---|
static ProductByIdProductSelectionGet |
ProductByIdProductSelectionGet.of(Identifiable<Product> product) |
static ProductByIdProductSelectionGet |
ProductByIdProductSelectionGet.of(String id) |
ProductByIdProductSelectionGet |
ProductByIdProductSelectionGet.plusExpansionPaths(ExpansionPath<Product> expansionPath) |
ProductByIdProductSelectionGet |
ProductByIdProductSelectionGet.withExpansionPaths(ExpansionPath<Product> expansionPath) |
ProductByIdProductSelectionGet |
ProductByIdProductSelectionGet.withExpansionPaths(List<ExpansionPath<Product>> expansionPaths) |