Package | Description |
---|---|
io.sphere.sdk.channels.queries |
Provides types to retrieve the state of channels.
|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.reviews.queries |
Provides types to retrieve the state of reviews.
|
Modifier and Type | Method and Description |
---|---|
ReviewRatingStatisticsQueryModel<Channel> |
ChannelQueryModel.reviewRatingStatistics() |
Modifier and Type | Method and Description |
---|---|
ReviewRatingStatisticsQueryModel<ProductProjection> |
ProductProjectionQueryModel.reviewRatingStatistics() |
ReviewRatingStatisticsQueryModel<Product> |
ProductQueryModel.reviewRatingStatistics() |
Modifier and Type | Method and Description |
---|---|
static <T> ReviewRatingStatisticsQueryModel<T> |
ReviewRatingStatisticsQueryModel.of(QueryModel<T> parent,
String pathSegment) |