public interface ThemeKeyDao
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getGlobalThemeKey() |
Optional<String> |
getSpaceThemeKey(String spaceKey) |
void |
setGlobalThemeKey(String themeKey) |
void |
setSpaceThemeKey(String spaceKey,
String themeKey) |
Copyright © 2003–2021 Atlassian. All rights reserved.