public interface ReviewQueryModel extends ResourceQueryModel<Review>, WithCustomQueryModel<Review>
Modifier and Type | Method and Description |
---|---|
StringQuerySortingModel<Review> |
authorName() |
ReferenceOptionalQueryModel<Review,Customer> |
customer() |
BooleanQueryModel<Review> |
includedInStatistics() |
StringQuerySortingModel<Review> |
key() |
LocaleQuerySortingModel<Review> |
locale() |
static ReviewQueryModel |
of() |
IntegerQuerySortingModel<Review> |
rating() |
ReferenceOptionalQueryModel<Review,State> |
state() |
AnyReferenceQueryModel<Review> |
target() |
StringQuerySortingModel<Review> |
text() |
StringQuerySortingModel<Review> |
title() |
StringQuerySortingModel<Review> |
uniquenessValue() |
createdAt, id, is, lastModifiedAt, not
custom
static ReviewQueryModel of()
StringQuerySortingModel<Review> authorName()
ReferenceOptionalQueryModel<Review,Customer> customer()
StringQuerySortingModel<Review> key()
LocaleQuerySortingModel<Review> locale()
IntegerQuerySortingModel<Review> rating()
ReferenceOptionalQueryModel<Review,State> state()
AnyReferenceQueryModel<Review> target()
StringQuerySortingModel<Review> text()
StringQuerySortingModel<Review> title()
StringQuerySortingModel<Review> uniquenessValue()
BooleanQueryModel<Review> includedInStatistics()