public interface InventoryEntryQueryModel extends ResourceQueryModel<InventoryEntry>, WithCustomQueryModel<InventoryEntry>
Modifier and Type | Method and Description |
---|---|
LongQuerySortingModel<InventoryEntry> |
availableQuantity() |
static InventoryEntryQueryModel |
of() |
LongQuerySortingModel<InventoryEntry> |
quantityOnStock() |
IntegerQuerySortingModel<InventoryEntry> |
restockableInDays() |
StringQuerySortingModel<InventoryEntry> |
sku() |
ReferenceOptionalQueryModel<InventoryEntry,Channel> |
supplyChannel() |
createdAt, id, is, lastModifiedAt, not
custom
static InventoryEntryQueryModel of()
LongQuerySortingModel<InventoryEntry> availableQuantity()
LongQuerySortingModel<InventoryEntry> quantityOnStock()
IntegerQuerySortingModel<InventoryEntry> restockableInDays()
StringQuerySortingModel<InventoryEntry> sku()
ReferenceOptionalQueryModel<InventoryEntry,Channel> supplyChannel()