Interface RemoveProductSelectionChange

All Superinterfaces:
Change
All Known Implementing Classes:
RemoveProductSelectionChangeImpl

public interface RemoveProductSelectionChange extends Change

Change triggered by the Remove Product Selection update action.


Example to create an instance using the builder pattern

     RemoveProductSelectionChange removeProductSelectionChange = RemoveProductSelectionChange.builder()
             .change("{change}")
             .previousValue(previousValueBuilder -> previousValueBuilder)
             .build()