Class SetSkuChangeImpl

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

public class SetSkuChangeImpl extends Object implements SetSkuChange, io.vrap.rmf.base.client.ModelBase

Change triggered by the Set SKU update action.

  • 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.SetSkuChange

    SET_SKU_CHANGE
  • Constructor Summary

    Constructors
    Constructor
    Description
    create empty instance
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    staged, if the staged ProductCatalogData was updated. current, if the current ProductCatalogData was updated.
    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
    setCatalogData(String catalogData)
    staged, if the staged ProductCatalogData was updated. current, if the current ProductCatalogData was updated.
    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.SetSkuChange

    withSetSkuChange