Interface StoreUpdateAction

All Superinterfaces:
ResourceUpdateAction<StoreUpdateAction>
All Known Subinterfaces:
StoreAddCountryAction, StoreAddDistributionChannelAction, StoreAddProductSelectionAction, StoreAddSupplyChannelAction, StoreChangeProductSelectionAction, StoreRemoveCountryAction, StoreRemoveDistributionChannelAction, StoreRemoveProductSelectionAction, StoreRemoveSupplyChannelAction, StoreSetCountriesAction, StoreSetCustomFieldAction, StoreSetCustomTypeAction, StoreSetDistributionChannelsAction, StoreSetLanguagesAction, StoreSetNameAction, StoreSetProductSelectionsAction, StoreSetSupplyChannelsAction
All Known Implementing Classes:
StoreAddCountryActionImpl, StoreAddDistributionChannelActionImpl, StoreAddProductSelectionActionImpl, StoreAddSupplyChannelActionImpl, StoreChangeProductSelectionActionImpl, StoreRemoveCountryActionImpl, StoreRemoveDistributionChannelActionImpl, StoreRemoveProductSelectionActionImpl, StoreRemoveSupplyChannelActionImpl, StoreSetCountriesActionImpl, StoreSetCustomFieldActionImpl, StoreSetCustomTypeActionImpl, StoreSetDistributionChannelsActionImpl, StoreSetLanguagesActionImpl, StoreSetNameActionImpl, StoreSetProductSelectionsActionImpl, StoreSetSupplyChannelsActionImpl, StoreUpdateActionImpl

StoreUpdateAction
Example to create a subtype instance using the builder pattern

     StoreUpdateAction storeUpdateAction = StoreUpdateAction.addCountryBuilder()
             country(countryBuilder -> countryBuilder)
             .build()