Interface StoreRemoveProductSelectionAction

All Superinterfaces:
ResourceUpdateAction<StoreUpdateAction>, StoreUpdateAction
All Known Implementing Classes:
StoreRemoveProductSelectionActionImpl

public interface StoreRemoveProductSelectionAction extends StoreUpdateAction

This action has no effect if the given Product Selection is not in the Store.


Example to create an instance using the builder pattern

     StoreRemoveProductSelectionAction storeRemoveProductSelectionAction = StoreRemoveProductSelectionAction.builder()
             .productSelection(productSelectionBuilder -> productSelectionBuilder)
             .build()