Package | Description |
---|---|
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 SetValidFromAndUntil |
SetValidFromAndUntil.of(ZonedDateTime validFrom,
ZonedDateTime validUntil)
Creates a new object initialized with the given values.
|
static SetValidFromAndUntil |
SetValidFromAndUntil.ofUnset()
Creates a new object initialized with the given values.
|
SetValidFromAndUntil |
SetValidFromAndUntil.withValidFrom(ZonedDateTime validFrom)
Creates a copied update action initialized with the given parameter, the rest of the parameters are copied from the original object.
|
SetValidFromAndUntil |
SetValidFromAndUntil.withValidUntil(ZonedDateTime validUntil)
Creates a copied update action initialized with the given parameter, the rest of the parameters are copied from the original object.
|