Interface StoreRemoveSupplyChannelAction

All Superinterfaces:
ResourceUpdateAction<StoreUpdateAction>, StoreUpdateAction

public interface StoreRemoveSupplyChannelAction extends StoreUpdateAction

This update action produces the StoreSupplyChannelsChanged Message.


Example to create an instance using the builder pattern

     StoreRemoveSupplyChannelAction storeRemoveSupplyChannelAction = StoreRemoveSupplyChannelAction.builder()
             .supplyChannel(supplyChannelBuilder -> supplyChannelBuilder)
             .build()