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, toReferencegetCreatedAt, getId, getLastModifiedAt, getVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitreferenceOfId, referenceTypeId, typeReferencegetCreatedAt, getId, getLastModifiedAt, getVersionhasSameIdAs, toResourceIdentifierpublic 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.