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 SetAssetDescription |
SetAssetDescription.ofSku(String sku,
String assetId,
LocalizedString description) |
static SetAssetDescription |
SetAssetDescription.ofSku(String sku,
String assetId,
LocalizedString description,
Boolean staged) |
static SetAssetDescription |
SetAssetDescription.ofSkuAndAssetKey(String sku,
String assetId,
LocalizedString description) |
static SetAssetDescription |
SetAssetDescription.ofSkuAndAssetKey(String sku,
String assetKey,
LocalizedString description,
Boolean staged) |
static SetAssetDescription |
SetAssetDescription.ofVariantId(Integer variantId,
String assetId,
LocalizedString description) |
static SetAssetDescription |
SetAssetDescription.ofVariantId(Integer variantId,
String assetId,
LocalizedString description,
Boolean staged) |
static SetAssetDescription |
SetAssetDescription.ofVariantIdAndAssetKey(Integer variantId,
String assetId,
LocalizedString description) |
static SetAssetDescription |
SetAssetDescription.ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
LocalizedString description,
Boolean staged) |