Interface SettingsService
- All Known Implementing Classes:
 SettingsServiceImpl
public interface SettingsService
Application-wide settings.
- Since:
 - 5.10
 
- 
Method Summary
Modifier and TypeMethodDescription@NonNull GlobalSettingsGet the current values of global settings. 
- 
Method Details
- 
getGlobalSettings
@NonNull GlobalSettings getGlobalSettings()Get the current values of global settings. 
 -