Interface StoreSetLanguagesAction

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

This update action produces the StoreLanguagesChanged Message. Adding a language other than the ones defined in the Project returns a ProjectNotConfiguredForLanguages error.


Example to create an instance using the builder pattern

     StoreSetLanguagesAction storeSetLanguagesAction = StoreSetLanguagesAction.builder()
             .build()