Package | Description |
---|---|
io.sphere.sdk.cartdiscounts |
Provides model classes and builders for cart discounts.
|
io.sphere.sdk.cartdiscounts.commands.updateactions |
Provides the possible operations which can be performed on update commands for cart discounts.
|
io.sphere.sdk.discountcodes |
Provides model classes and builders for discount codes.
|
io.sphere.sdk.discountcodes.commands.updateactions |
Provides the possible operations which can be performed on update commands for discount codes.
|
io.sphere.sdk.shippingmethods |
Provides model classes and builders for shipping methods.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CartDiscountPredicate
Deprecated.
Use
CartPredicate instead. |
Modifier and Type | Method and Description |
---|---|
static CartPredicate |
CartPredicate.of(String predicate) |
Modifier and Type | Method and Description |
---|---|
CartDiscountDraftBuilder |
CartDiscountDraftBuilder.cartPredicate(CartPredicate cartPredicate) |
static CartDiscountDraftBuilder |
CartDiscountDraftBuilder.of(LocalizedString name,
CartPredicate cartPredicate,
CartDiscountValue value,
CartDiscountTarget target,
String sortOrder,
boolean requiresDiscountCode) |
Modifier and Type | Method and Description |
---|---|
static ChangeCartPredicate |
ChangeCartPredicate.of(CartPredicate cartPredicate) |
Modifier and Type | Method and Description |
---|---|
DiscountCodeDraftBuilder |
DiscountCodeDraftBuilder.cartPredicate(CartPredicate cartPredicate) |
DiscountCodeDraftDsl |
DiscountCodeDraftDsl.withCartPredicate(CartPredicate cartPredicate) |
Modifier and Type | Method and Description |
---|---|
static SetCartPredicate |
SetCartPredicate.of(CartPredicate cartPredicate) |
Modifier and Type | Method and Description |
---|---|
ShippingMethodDraftBuilder |
ShippingMethodDraftBuilder.predicate(CartPredicate predicate) |