Package | Description |
---|---|
io.sphere.sdk.products.commands |
Provides types to change the state of products.
|
io.sphere.sdk.products.queries |
Provides types to retrieve the state of products.
|
io.sphere.sdk.products.search |
Endpoint related classes to search products.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProductByIdGet |
interface |
ProductByKeyGet
Retrieves a product projection by a known key.
|
interface |
ProductProjectionByIdGet |
interface |
ProductProjectionByKeyGet
Retrieves a product projection by a known key.
|
interface |
ProductProjectionQuery
Provides a QueryDsl for product projections to formulate predicates, search expressions and reference expansion path expressions.
For further information how to use the query API to consult the Query API documentation. |
interface |
ProductQuery
Provides a QueryDsl for products to formulate predicates, search expressions and reference expansion path expressions.
For further information how to use the query API to consult the Query API documentation. |
Modifier and Type | Interface and Description |
---|---|
interface |
ProductProjectionSearch
Searches for products.
|