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 SetAssetSources |
SetAssetSources.ofSku(String sku,
String assetId,
List<AssetSource> sources) |
static SetAssetSources |
SetAssetSources.ofSku(String sku,
String assetId,
List<AssetSource> sources,
Boolean staged) |
static SetAssetSources |
SetAssetSources.ofSkuAndAssetKey(String sku,
String assetKey,
List<AssetSource> sources) |
static SetAssetSources |
SetAssetSources.ofSkuAndAssetKey(String sku,
String assetKey,
List<AssetSource> sources,
Boolean staged) |
static SetAssetSources |
SetAssetSources.ofVariantId(Integer variantId,
String assetId,
List<AssetSource> sources) |
static SetAssetSources |
SetAssetSources.ofVariantId(Integer variantId,
String assetId,
List<AssetSource> sources,
Boolean staged) |
static SetAssetSources |
SetAssetSources.ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
List<AssetSource> sources) |
static SetAssetSources |
SetAssetSources.ofVariantIdAndAssetKey(Integer variantId,
String assetKey,
List<AssetSource> sources,
Boolean staged) |