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