Interface StoreRemoveCountryAction

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

This update action produces the StoreCountriesChanged Message. It has no effect if a given country is not present in a Store.


Example to create an instance using the builder pattern

     StoreRemoveCountryAction storeRemoveCountryAction = StoreRemoveCountryAction.builder()
             .country(countryBuilder -> countryBuilder)
             .build()