public interface ProductProjectionQueryModel extends ResourceQueryModel<ProductProjection>
createdAt, id, is, lastModifiedAt, not
ReferenceQueryModel<ProductProjection,ProductType> productType()
BooleanQueryModel<ProductProjection> hasStagedChanges()
ReferenceCollectionQueryModel<ProductProjection,Category> categories()
LocalizedStringQueryModel<ProductProjection> description()
ProductAllVariantsQueryModel<ProductProjection> allVariants()
ProductVariantQueryModel<ProductProjection> masterVariant()
LocalizedStringQuerySortingModel<ProductProjection> metaDescription()
LocalizedStringQuerySortingModel<ProductProjection> metaKeywords()
LocalizedStringQuerySortingModel<ProductProjection> metaTitle()
LocalizedStringQuerySortingModel<ProductProjection> name()
LocalizedStringQuerySortingModel<ProductProjection> slug()
ProductVariantQueryModel<ProductProjection> variants()
CategoryOrderHintsQueryModel<ProductProjection> categoryOrderHints()
StringQuerySortingModel<ProductProjection> key()
ReviewRatingStatisticsQueryModel<ProductProjection> reviewRatingStatistics()
QueryPredicate<ProductProjection> is(Referenceable<Product> product)
static ProductProjectionQueryModel of()
QueryPredicate<T> where(QueryPredicate<EmbeddedProductDataQueryModel> embeddedPredicate)
QueryPredicate<T> where(Function<EmbeddedProductDataQueryModel,QueryPredicate<EmbeddedProductDataQueryModel>> embeddedPredicate)