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