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