| Package | Description |
|---|---|
| io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
| io.sphere.sdk.inventory.queries |
Provides types to retrieve the state of inventory entries.
|
| io.sphere.sdk.productselections.queries |
Provides types to retrieve the state of product selections.
|
| io.sphere.sdk.queries |
Provides types to prepare and receive queries.
|
| Modifier and Type | Method and Description |
|---|---|
LongQuerySortingModel<T> |
LineItemCollectionQueryModel.quantity() |
LongQuerySortingModel<T> |
LineItemLikeCollectionQueryModel.quantity() |
LongQuerySortingModel<T> |
CustomLineItemCollectionQueryModel.quantity() |
| Modifier and Type | Method and Description |
|---|---|
LongQuerySortingModel<InventoryEntry> |
InventoryEntryQueryModel.availableQuantity() |
LongQuerySortingModel<InventoryEntry> |
InventoryEntryQueryModel.quantityOnStock() |
| Modifier and Type | Method and Description |
|---|---|
LongQuerySortingModel<ProductSelection> |
ProductSelectionQueryModel.productCount() |
| Modifier and Type | Method and Description |
|---|---|
LongQuerySortingModel<T> |
MoneyQueryModel.centAmount() |
protected LongQuerySortingModel<T> |
QueryModelImpl.longModel(QueryModel<T> parent,
String pathSegment) |
protected LongQuerySortingModel<T> |
QueryModelImpl.longModel(String pathSegment) |
protected LongQuerySortingModel<T> |
QueryModelImpl.longQuerySortingModel(String pathSegment) |