Class NewTheme

java.lang.Object
io.gravitee.am.service.model.NewTheme

public class NewTheme extends Object
Author:
Eric LELEU (eric.leleu at graviteesource.com), GraviteeSource Teams
  • Constructor Details

    • NewTheme

      public NewTheme()
  • Method Details

    • getLogoUrl

      public String getLogoUrl()
    • setLogoUrl

      public void setLogoUrl(String logoUrl)
    • getLogoWidth

      public int getLogoWidth()
    • setLogoWidth

      public void setLogoWidth(int logoWidth)
    • getFaviconUrl

      public String getFaviconUrl()
    • setFaviconUrl

      public void setFaviconUrl(String faviconUrl)
    • getPrimaryButtonColorHex

      public String getPrimaryButtonColorHex()
    • setPrimaryButtonColorHex

      public void setPrimaryButtonColorHex(String primaryButtonColorHex)
    • getSecondaryButtonColorHex

      public String getSecondaryButtonColorHex()
    • setSecondaryButtonColorHex

      public void setSecondaryButtonColorHex(String secondaryButtonColorHex)
    • getPrimaryTextColorHex

      public String getPrimaryTextColorHex()
    • setPrimaryTextColorHex

      public void setPrimaryTextColorHex(String primaryTextColorHex)
    • getSecondaryTextColorHex

      public String getSecondaryTextColorHex()
    • setSecondaryTextColorHex

      public void setSecondaryTextColorHex(String secondaryTextColorHex)
    • getCss

      public String getCss()
    • setCss

      public void setCss(String css)