Package | Description |
---|---|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
Modifier and Type | Method and Description |
---|---|
static EmbeddedProductDataQueryModel |
EmbeddedProductDataQueryModel.of() |
Modifier and Type | Method and Description |
---|---|
QueryPredicate<T> |
ProductDataQueryModel.where(Function<EmbeddedProductDataQueryModel,QueryPredicate<EmbeddedProductDataQueryModel>> embeddedPredicate) |
QueryPredicate<T> |
ProductDataQueryModel.where(Function<EmbeddedProductDataQueryModel,QueryPredicate<EmbeddedProductDataQueryModel>> embeddedPredicate) |
QueryPredicate<T> |
ProductDataQueryModel.where(QueryPredicate<EmbeddedProductDataQueryModel> embeddedPredicate) |