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