public interface CustomLineItemCollectionQueryModel<T> extends LineItemLikeCollectionQueryModel<T>, WithCustomQueryModel<T>
| Modifier and Type | Method and Description |
|---|---|
DiscountedLineItemPriceForQuantityQueryModel<T> |
discountedPricePerQuantity() |
StringQueryModel<T> |
id() |
QueryPredicate<T> |
isEmpty() |
QueryPredicate<T> |
isNotEmpty() |
MoneyQueryModel<T> |
money() |
LocalizedStringQueryModel<T> |
name() |
LongQuerySortingModel<T> |
quantity() |
StringQueryModel<T> |
slug() |
ItemStateCollectionQueryModel<T> |
state() |
getParent, getPathSegmentcustomDiscountedLineItemPriceForQuantityQueryModel<T> discountedPricePerQuantity()
discountedPricePerQuantity in interface LineItemLikeCollectionQueryModel<T>StringQueryModel<T> id()
id in interface LineItemLikeCollectionQueryModel<T>QueryPredicate<T> isEmpty()
isEmpty in interface CollectionQueryModel<T>isEmpty in interface LineItemLikeCollectionQueryModel<T>QueryPredicate<T> isNotEmpty()
isNotEmpty in interface CollectionQueryModel<T>isNotEmpty in interface LineItemLikeCollectionQueryModel<T>LocalizedStringQueryModel<T> name()
name in interface LineItemLikeCollectionQueryModel<T>LongQuerySortingModel<T> quantity()
quantity in interface LineItemLikeCollectionQueryModel<T>ItemStateCollectionQueryModel<T> state()
state in interface LineItemLikeCollectionQueryModel<T>StringQueryModel<T> slug()
MoneyQueryModel<T> money()