public final class ProductImageAddedMessage extends GenericMessageImpl<Product>
AddExternalImage
update action.Modifier and Type | Field and Description |
---|---|
static MessageDerivateHint<ProductImageAddedMessage> |
MESSAGE_HINT |
static String |
MESSAGE_TYPE |
resource, resourceUserProvidedIdentifiers, resourceVersion, sequenceNumber, type
Modifier and Type | Method and Description |
---|---|
Image |
getImage()
The image that was added.
|
Boolean |
getStaged()
true if it was applied only to staged. |
Long |
getVariantId()
The variant id to identify the variant for which the image was added.
|
as, equals, getPayload, getResource, getResourceUserProvidedIdentifiers, getResourceVersion, getSequenceNumber, getType, hashCode, toReference
getCreatedAt, getId, getLastModifiedAt, getVersion
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
referenceOfId, referenceTypeId, typeReference
getCreatedAt, getId, getLastModifiedAt, getVersion
hasSameIdAs, toResourceIdentifier
public static final String MESSAGE_TYPE
public static final MessageDerivateHint<ProductImageAddedMessage> MESSAGE_HINT
public Long getVariantId()
ProductVariant.getId()
public Image getImage()
ProductVariant.getImages()
public Boolean getStaged()
true
if it was applied only to staged.