public interface ProductVariantQueryModel<T>
Modifier and Type | Method and Description |
---|---|
StringQueryModel<T> |
key() |
static <T> ProductVariantQueryModel<T> |
of(QueryModel<T> parent,
String pathSegment) |
PriceCollectionQueryModel<T> |
prices() |
StringQueryModel<T> |
sku() |
QueryPredicate<T> |
where(Function<EmbeddedProductVariantQueryModel,QueryPredicate<EmbeddedProductVariantQueryModel>> embeddedPredicate) |
QueryPredicate<T> |
where(QueryPredicate<EmbeddedProductVariantQueryModel> embeddedPredicate) |
StringQueryModel<T> sku()
QueryPredicate<T> where(QueryPredicate<EmbeddedProductVariantQueryModel> embeddedPredicate)
QueryPredicate<T> where(Function<EmbeddedProductVariantQueryModel,QueryPredicate<EmbeddedProductVariantQueryModel>> embeddedPredicate)
PriceCollectionQueryModel<T> prices()
static <T> ProductVariantQueryModel<T> of(@Nullable QueryModel<T> parent, @Nullable String pathSegment)
StringQueryModel<T> key()