Interface SettingsBrandingService
public interface SettingsBrandingService
-
Method Summary
Modifier and TypeMethodDescriptionGet the colour scheme.Get the favicon binary.getLogo()Get the logo binary.setColourScheme(SettingsBrandingColorSchemeBean colourSchemeBean) Set the colour schemevoidsetFavicon(InputStream faviconBinary) Set the faviconvoidsetLogo(InputStream logoBinary) Set the logo
-
Method Details
-
getColourScheme
SettingsBrandingColorSchemeBean getColourScheme()Get the colour scheme.- Returns:
- the colour scheme
-
setColourScheme
SettingsBrandingColorSchemeBean setColourScheme(@NotNull SettingsBrandingColorSchemeBean colourSchemeBean) Set the colour scheme- Parameters:
colourSchemeBean- the colour scheme to set- Returns:
- the updated colour scheme
-
getLogo
InputStream getLogo()Get the logo binary.- Returns:
- the logo
-
setLogo
Set the logo- Parameters:
logoBinary- the logo to set
-
getFavicon
InputStream getFavicon()Get the favicon binary.- Returns:
- the favicon
-
setFavicon
Set the favicon- Parameters:
faviconBinary- the favicon to set
-