public interface DiscountCodeInfoCollectionQueryModel<T> extends CollectionQueryModel<T>
Modifier and Type | Method and Description |
---|---|
ReferenceQueryModel<T,DiscountCode> |
discountCode() |
QueryPredicate<T> |
isEmpty() |
QueryPredicate<T> |
isNotEmpty() |
QueryPredicate<T> isEmpty()
isEmpty
in interface CollectionQueryModel<T>
QueryPredicate<T> isNotEmpty()
isNotEmpty
in interface CollectionQueryModel<T>
ReferenceQueryModel<T,DiscountCode> discountCode()