Class BrandingSettings

java.lang.Object
com.auth0.json.mgmt.branding.BrandingSettings

public class BrandingSettings extends Object
  • Constructor Details

    • BrandingSettings

      public BrandingSettings()
  • Method Details

    • getColors

      public BrandingColors getColors()
      Getter for the colors of the branding.
      Returns:
      the colors of the branding.
    • setColors

      public void setColors(BrandingColors colors)
      Sets the colors of the branding.
    • getFaviconUrl

      public String getFaviconUrl()
      Getter for the favicon URL.
      Returns:
      the favicon URL.
    • setFaviconUrl

      public void setFaviconUrl(String faviconUrl)
      Sets the favicon URL.
    • getLogoUrl

      public String getLogoUrl()
      Getter for the logo URL.
      Returns:
      the logo URL.
    • setLogoUrl

      public void setLogoUrl(String logoUrl)
      Sets the logo URL.
    • getFont

      public BrandingFont getFont()
      Getter for the font.
      Returns:
      the font.
    • setFont

      public void setFont(BrandingFont font)
      Sets the font.