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 SetProductPriceCustomField |
SetProductPriceCustomField.ofJson(String name,
com.fasterxml.jackson.databind.JsonNode value,
String priceId) |
static SetProductPriceCustomField |
SetProductPriceCustomField.ofJson(String name,
com.fasterxml.jackson.databind.JsonNode value,
String priceId,
Boolean staged) |
static SetProductPriceCustomField |
SetProductPriceCustomField.ofObject(String name,
Object value,
String priceId) |
static SetProductPriceCustomField |
SetProductPriceCustomField.ofObject(String name,
Object value,
String priceId,
Boolean staged) |
static SetProductPriceCustomField |
SetProductPriceCustomField.ofUnset(String name,
String priceId) |
static SetProductPriceCustomField |
SetProductPriceCustomField.ofUnset(String name,
String priceId,
Boolean staged) |