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 SetAssetCustomField |
SetAssetCustomField.ofSku(String sku,
String assetId,
String name,
Object value) |
static SetAssetCustomField |
SetAssetCustomField.ofSku(String sku,
String assetId,
String name,
Object value,
Boolean staged) |
static SetAssetCustomField |
SetAssetCustomField.ofSkuAndAssetKey(String sku,
String assetKey,
String name,
Object value) |
static SetAssetCustomField |
SetAssetCustomField.ofSkuAndAssetKey(String sku,
String assetKey,
String name,
Object value,
Boolean staged) |
static SetAssetCustomField |
SetAssetCustomField.ofSkuUsingJson(String sku,
String assetId,
String name,
com.fasterxml.jackson.databind.JsonNode value) |
static SetAssetCustomField |
SetAssetCustomField.ofSkuUsingJson(String sku,
String assetId,
String name,
com.fasterxml.jackson.databind.JsonNode value,
Boolean staged) |
static SetAssetCustomField |
SetAssetCustomField.ofSkuUsingJsonAndAssetKey(String sku,
String assetKey,
String name,
com.fasterxml.jackson.databind.JsonNode value) |
static SetAssetCustomField |
SetAssetCustomField.ofSkuUsingJsonAndAssetKey(String sku,
String assetKey,
String name,
com.fasterxml.jackson.databind.JsonNode value,
Boolean staged) |
static SetAssetCustomField |
SetAssetCustomField.ofVariantId(Integer variantId,
String assetId,
String name,
Object value) |
static SetAssetCustomField |
SetAssetCustomField.ofVariantId(Integer variantId,
String assetId,
String name,
Object value,
Boolean staged) |
static SetAssetCustomField |
SetAssetCustomField.ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
String name,
Object value) |
static SetAssetCustomField |
SetAssetCustomField.ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
String name,
Object value,
Boolean staged) |
static SetAssetCustomField |
SetAssetCustomField.ofVariantIdUsingJson(Integer variantId,
String assetId,
String name,
com.fasterxml.jackson.databind.JsonNode value) |
static SetAssetCustomField |
SetAssetCustomField.ofVariantIdUsingJson(Integer variantId,
String assetId,
String name,
com.fasterxml.jackson.databind.JsonNode value,
Boolean staged) |
static SetAssetCustomField |
SetAssetCustomField.ofVariantIdUsingJsonAndAssetKey(Integer variantId,
String assetKey,
String name,
com.fasterxml.jackson.databind.JsonNode value) |
static SetAssetCustomField |
SetAssetCustomField.ofVariantIdUsingJsonAndAssetKey(Integer variantId,
String assetKey,
String name,
com.fasterxml.jackson.databind.JsonNode value,
Boolean staged) |