Package | Description |
---|---|
io.sphere.sdk.carts.queries |
Provides types to retrieve the state of carts.
|
Modifier and Type | Method and Description |
---|---|
static CartByIdGet |
CartByIdGet.of(Identifiable<Cart> resource) |
static CartByIdGet |
CartByIdGet.of(String id) |
CartByIdGet |
CartByIdGet.plusExpansionPaths(ExpansionPath<Cart> expansionPath) |
CartByIdGet |
CartByIdGet.withExpansionPaths(ExpansionPath<Cart> expansionPath) |
CartByIdGet |
CartByIdGet.withExpansionPaths(List<ExpansionPath<Cart>> expansionPaths) |