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 MoveImageToPosition |
MoveImageToPosition.ofImageUrlAndSku(String imageUrl,
String sku,
Integer position) |
static MoveImageToPosition |
MoveImageToPosition.ofImageUrlAndSku(String imageUrl,
String sku,
Integer position,
Boolean staged) |
static MoveImageToPosition |
MoveImageToPosition.ofImageUrlAndVariantId(String imageUrl,
Integer variantId,
Integer position) |
static MoveImageToPosition |
MoveImageToPosition.ofImageUrlAndVariantId(String imageUrl,
Integer variantId,
Integer position,
Boolean staged) |