public final class StoreProductSelectionsChangedMessage extends GenericMessageImpl<Store>
Modifier and Type | Field and Description |
---|---|
static MessageDerivateHint<StoreProductSelectionsChangedMessage> |
MESSAGE_HINT |
static String |
MESSAGE_TYPE |
resource, resourceUserProvidedIdentifiers, resourceVersion, sequenceNumber, type
Modifier and Type | Method and Description |
---|---|
List<ProductSelectionSetting> |
getAddedProductSelections() |
List<ProductSelectionSetting> |
getRemovedProductSelections() |
List<ProductSelectionSetting> |
getUpdatedProductSelections() |
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<StoreProductSelectionsChangedMessage> MESSAGE_HINT
@Nullable public List<ProductSelectionSetting> getAddedProductSelections()
@Nullable public List<ProductSelectionSetting> getRemovedProductSelections()
@Nullable public List<ProductSelectionSetting> getUpdatedProductSelections()