public interface ProductQueryModel extends ResourceQueryModel<Product>
Modifier and Type | Method and Description |
---|---|
ProductCatalogDataQueryModel<Product> |
masterData() |
static ProductQueryModel |
of() |
ReferenceQueryModel<Product,ProductType> |
productType() |
ReviewRatingStatisticsQueryModel<Product> |
reviewRatingStatistics() |
ReferenceOptionalQueryModel<Product,State> |
state() |
createdAt, id, is, lastModifiedAt, not
ProductCatalogDataQueryModel<Product> masterData()
ReferenceQueryModel<Product,ProductType> productType()
ReferenceOptionalQueryModel<Product,State> state()
ReviewRatingStatisticsQueryModel<Product> reviewRatingStatistics()
static ProductQueryModel of()