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.queries |
Provides types to prepare and receive queries.
|
io.sphere.sdk.reviews.queries |
Provides types to retrieve the state of reviews.
|
io.sphere.sdk.shoppinglists.queries |
Provides types to retrieve the state of shopping lists.
|
Modifier and Type | Method and Description |
---|---|
IntegerQuerySortingModel<Cart> |
CartQueryModel.deleteDaysAfterLastModification() |
Modifier and Type | Method and Description |
---|---|
IntegerQuerySortingModel<InventoryEntry> |
InventoryEntryQueryModel.restockableInDays() |
Modifier and Type | Method and Description |
---|---|
protected IntegerQuerySortingModel<T> |
QueryModelImpl.integerModel(QueryModel<T> parent,
String pathSegment) |
protected IntegerQuerySortingModel<T> |
QueryModelImpl.integerModel(String pathSegment) |
protected IntegerQuerySortingModel<T> |
QueryModelImpl.integerQuerySortingModel(String pathSegment) |
Modifier and Type | Method and Description |
---|---|
IntegerQuerySortingModel<T> |
ReviewRatingStatisticsQueryModel.count() |
IntegerQuerySortingModel<T> |
ReviewRatingStatisticsQueryModel.highestRating() |
IntegerQuerySortingModel<T> |
ReviewRatingStatisticsQueryModel.lowestRating() |
IntegerQuerySortingModel<Review> |
ReviewQueryModel.rating() |
Modifier and Type | Method and Description |
---|---|
IntegerQuerySortingModel<ShoppingList> |
ShoppingListQueryModel.deleteDaysAfterLastModification() |