Package | Description |
---|---|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
Modifier and Type | Method and Description |
---|---|
ProductVariantQueryModel<T> |
LineItemCollectionQueryModel.variant() |
Modifier and Type | Method and Description |
---|---|
ProductVariantQueryModel<T> |
ProductDataQueryModel.masterVariant() |
ProductVariantQueryModel<ProductProjection> |
ProductProjectionQueryModel.masterVariant() |
static <T> ProductVariantQueryModel<T> |
ProductVariantQueryModel.of(QueryModel<T> parent,
String pathSegment) |
ProductVariantQueryModel<T> |
ProductDataQueryModel.variants() |
ProductVariantQueryModel<ProductProjection> |
ProductProjectionQueryModel.variants() |