Package | Description |
---|---|
io.sphere.sdk.productdiscounts |
Provides model classes and builders for product discounts.
|
io.sphere.sdk.productdiscounts.commands.updateactions |
Provides the possible operations which can be performed on update commands for product discounts.
|
Modifier and Type | Method and Description |
---|---|
static ProductDiscountPredicate |
ProductDiscountPredicate.of(String predicate) |
Modifier and Type | Method and Description |
---|---|
static ProductDiscountDraft |
ProductDiscountDraft.of(LocalizedString name,
LocalizedString description,
ProductDiscountPredicate predicate,
ProductDiscountValue value,
String sortOrder,
boolean active) |
static ProductDiscountDraft |
ProductDiscountDraft.of(LocalizedString name,
String key,
LocalizedString description,
ProductDiscountPredicate predicate,
ProductDiscountValue value,
String sortOrder,
boolean active) |
ProductDiscountDraftBuilder |
ProductDiscountDraftBuilder.predicate(ProductDiscountPredicate predicate) |
Modifier and Type | Method and Description |
---|---|
static ChangePredicate |
ChangePredicate.of(ProductDiscountPredicate predicate) |