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 SetProductPriceCustomType |
SetProductPriceCustomType.ofRemoveType(String priceId) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofRemoveType(String priceId,
Boolean staged) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofTypeIdAndJson(String typeId,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields,
String priceId) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofTypeIdAndJson(String typeId,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields,
String priceId,
Boolean staged) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofTypeIdAndObjects(String typeId,
Map<String,Object> fields,
String priceId) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofTypeIdAndObjects(String typeId,
Map<String,Object> fields,
String priceId,
Boolean staged) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofTypeIdAndObjects(String typeId,
String fieldName,
Object value,
String priceId) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofTypeIdAndObjects(String typeId,
String fieldName,
Object value,
String priceId,
Boolean staged) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofTypeKeyAndJson(String typeKey,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields,
String priceId) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofTypeKeyAndJson(String typeKey,
Map<String,com.fasterxml.jackson.databind.JsonNode> fields,
String priceId,
Boolean staged) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofTypeKeyAndObjects(String typeKey,
Map<String,Object> fields,
String priceId) |
static SetProductPriceCustomType |
SetProductPriceCustomType.ofTypeKeyAndObjects(String typeKey,
Map<String,Object> fields,
String priceId,
Boolean staged) |