Uses of Class
nl.b3p.tailormap.api.persistence.json.AppI18nSettings
-
Packages that use AppI18nSettings Package Description nl.b3p.tailormap.api.persistence.json nl.b3p.tailormap.api.viewer.model -
-
Uses of AppI18nSettings in nl.b3p.tailormap.api.persistence.json
Methods in nl.b3p.tailormap.api.persistence.json that return AppI18nSettings Modifier and Type Method Description AppI18nSettingsAppI18nSettings. defaultLanguage(String defaultLanguage)@Valid AppI18nSettingsAppSettings. getI18nSettings()Get i18nSettingsAppI18nSettingsAppI18nSettings. hideLanguageSwitcher(Boolean hideLanguageSwitcher)Methods in nl.b3p.tailormap.api.persistence.json with parameters of type AppI18nSettings Modifier and Type Method Description AppSettingsAppSettings. i18nSettings(AppI18nSettings i18nSettings)voidAppSettings. setI18nSettings(AppI18nSettings i18nSettings) -
Uses of AppI18nSettings in nl.b3p.tailormap.api.viewer.model
Methods in nl.b3p.tailormap.api.viewer.model that return AppI18nSettings Modifier and Type Method Description @Valid AppI18nSettingsViewerResponse. getI18nSettings()Get i18nSettingsMethods in nl.b3p.tailormap.api.viewer.model with parameters of type AppI18nSettings Modifier and Type Method Description ViewerResponseViewerResponse. i18nSettings(AppI18nSettings i18nSettings)voidViewerResponse. setI18nSettings(AppI18nSettings i18nSettings)
-