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 RemoveAsset |
RemoveAsset.ofSku(String sku,
String assetId) |
static RemoveAsset |
RemoveAsset.ofSku(String sku,
String assetId,
Boolean staged) |
static RemoveAsset |
RemoveAsset.ofSkuWithKey(String sku,
String assetKey) |
static RemoveAsset |
RemoveAsset.ofSkuWithKey(String sku,
String assetKey,
Boolean staged) |
static RemoveAsset |
RemoveAsset.ofVariantId(Integer variantId,
String assetId) |
static RemoveAsset |
RemoveAsset.ofVariantId(Integer variantId,
String assetId,
Boolean staged) |
static RemoveAsset |
RemoveAsset.ofVariantIdWithKey(Integer variantId,
String assetKey) |
static RemoveAsset |
RemoveAsset.ofVariantIdWithKey(Integer variantId,
String assetKey,
Boolean staged) |