| Package | Description |
|---|---|
| io.sphere.sdk.products.commands |
Provides types to change the state of products.
|
| Modifier and Type | Method and Description |
|---|---|
static ProductImageUploadCommand |
ProductImageUploadCommand.ofMasterVariant(File body,
String productId) |
static ProductImageUploadCommand |
ProductImageUploadCommand.ofProductIdAndSku(File body,
String productId,
String sku) |
static ProductImageUploadCommand |
ProductImageUploadCommand.ofVariantId(File body,
ByIdVariantIdentifier variantIdentifier) |
ProductImageUploadCommand |
ProductImageUploadCommand.withContentType(String contentType)
Sets the type of the Type of the uploaded image
|
ProductImageUploadCommand |
ProductImageUploadCommand.withFilename(String newFilename) |
ProductImageUploadCommand |
ProductImageUploadCommand.withStaged(Boolean newStaged) |