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