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