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