Interface StoreSetNameAction

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

public interface StoreSetNameAction extends StoreUpdateAction

This update action produces the StoreNameSet Message.


Example to create an instance using the builder pattern

     StoreSetNameAction storeSetNameAction = StoreSetNameAction.builder()
             .build()