Class SetKeyChangeImpl

java.lang.Object
com.commercetools.history.models.change.SetKeyChangeImpl
All Implemented Interfaces:
Change, SetKeyChange, io.vrap.rmf.base.client.ModelBase

public class SetKeyChangeImpl extends Object implements SetKeyChange, io.vrap.rmf.base.client.ModelBase

Change triggered by the following update actions:

  • Set Key on Cart Discounts.
  • Set Key on Categories.
  • Set Key on Customers.
  • Set Key on Customer Groups.
  • Set Key on Payments.
  • Set Key on Products.
  • Set Key on Product Discounts.
  • Set Key on Product Selections.
  • Set Key on Product Types.
  • Set Key on Reviews.
  • Set Key on Shopping Lists.
  • Set Key on Zones.
  • Nested Class Summary

    Nested classes/interfaces inherited from interface io.vrap.rmf.base.client.ModelBase

    io.vrap.rmf.base.client.ModelBase.FilteredRecursiveToStringStyle
  • Field Summary

    Fields inherited from interface com.commercetools.history.models.change.SetKeyChange

    SET_KEY_CHANGE
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    Type of change on a resource that is similar to the update action it relates to, where possible.
    Value after the change.
    Value before the change.
    Unique discriminator value to reliably deserialize the data type.
    int
     
    void
    setChange(String change)
    set change
    void
    setNextValue(String nextValue)
    Value after the change.
    void
    setPreviousValue(String previousValue)
    Value before the change.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.commercetools.history.models.change.Change

    withChange

    Methods inherited from interface io.vrap.rmf.base.client.ModelBase

    reflectionString, reflectionString

    Methods inherited from interface com.commercetools.history.models.change.SetKeyChange

    withSetKeyChange