Package | Description |
---|---|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
Modifier and Type | Method and Description |
---|---|
ProductQuery |
ProductQueryBuilder.build() |
default ProductQuery |
ProductQuery.byProductType(Referenceable<ProductType> productType) |
default ProductQuery |
ProductQuery.bySku(String sku,
ProductProjectionType type) |
default ProductQuery |
ProductQuery.bySlug(ProductProjectionType type,
Locale locale,
String slug) |
static ProductQuery |
ProductQuery.of() |