- java.lang.Object
-
- net.bis5.mattermost.model.config.ThemeSettings
-
public class ThemeSettings extends Object
Theme settings.- Since:
- Mattermost Server 4.2 (Enterprise Edition)
- Author:
- Takayuki Maruyama
-
-
Constructor Summary
Constructors Constructor Description ThemeSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<String>getAllowedThemes()StringgetDefaultTheme()inthashCode()booleanisAllowCustomThemes()booleanisEnableThemeSelection()voidsetAllowCustomThemes(boolean allowCustomThemes)voidsetAllowedThemes(List<String> allowedThemes)voidsetDefaultTheme(String defaultTheme)voidsetEnableThemeSelection(boolean enableThemeSelection)StringtoString()
-
-
-
Method Detail
-
isEnableThemeSelection
public boolean isEnableThemeSelection()
-
getDefaultTheme
public String getDefaultTheme()
-
isAllowCustomThemes
public boolean isAllowCustomThemes()
-
setEnableThemeSelection
public void setEnableThemeSelection(boolean enableThemeSelection)
-
setDefaultTheme
public void setDefaultTheme(String defaultTheme)
-
setAllowCustomThemes
public void setAllowCustomThemes(boolean allowCustomThemes)
-
canEqual
protected boolean canEqual(Object other)
-
-