Package | Description |
---|---|
io.sphere.sdk.products.commands.updateactions |
Provides the possible operations which can be performed on update commands for products.
|
Modifier and Type | Method and Description |
---|---|
static SetAttributeInAllVariants |
SetAttributeInAllVariants.of(AttributeDraft attribute)
Action to add/change a custom attribute.
|
static SetAttributeInAllVariants |
SetAttributeInAllVariants.of(AttributeDraft attribute,
Boolean staged) |
static <T> SetAttributeInAllVariants |
SetAttributeInAllVariants.of(NamedAttributeAccess<T> setter,
T value)
Action to add/change a custom attribute.
|
static <T> SetAttributeInAllVariants |
SetAttributeInAllVariants.of(NamedAttributeAccess<T> setter,
T value,
Boolean staged) |
static SetAttributeInAllVariants |
SetAttributeInAllVariants.of(String name,
com.fasterxml.jackson.databind.JsonNode value)
Action to add/remove/change a custom attribute.
|
static SetAttributeInAllVariants |
SetAttributeInAllVariants.of(String name,
com.fasterxml.jackson.databind.JsonNode value,
Boolean staged) |
static <T> SetAttributeInAllVariants |
SetAttributeInAllVariants.ofUnsetAttribute(NamedAttributeAccess<T> NamedAttributeAccess)
Action to remove a custom attribute.
|
static <T> SetAttributeInAllVariants |
SetAttributeInAllVariants.ofUnsetAttribute(NamedAttributeAccess<T> NamedAttributeAccess,
Boolean staged) |
static SetAttributeInAllVariants |
SetAttributeInAllVariants.ofUnsetAttribute(String name)
Action to remove a custom attribute.
|
static SetAttributeInAllVariants |
SetAttributeInAllVariants.ofUnsetAttribute(String name,
Boolean staged) |