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 RemoveVariant |
RemoveVariant.of(Integer id) |
static RemoveVariant |
RemoveVariant.of(ProductVariant variant) |
static RemoveVariant |
RemoveVariant.ofSku(String sku) |
static RemoveVariant |
RemoveVariant.ofSku(String sku,
Boolean staged) |
static RemoveVariant |
RemoveVariant.ofVariantId(Integer id) |
static RemoveVariant |
RemoveVariant.ofVariantId(Integer id,
Boolean staged) |