Package com.auth0.json.mgmt.branding
Class BrandingSettings
java.lang.Object
com.auth0.json.mgmt.branding.BrandingSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the colors of the branding.Getter for the favicon URL.getFont()Getter for the font.Getter for the logo URL.voidsetColors(BrandingColors colors) Sets the colors of the branding.voidsetFaviconUrl(String faviconUrl) Sets the favicon URL.voidsetFont(BrandingFont font) Sets the font.voidsetLogoUrl(String logoUrl) Sets the logo URL.
-
Constructor Details
-
BrandingSettings
public BrandingSettings()
-
-
Method Details
-
getColors
Getter for the colors of the branding.- Returns:
- the colors of the branding.
-
setColors
Sets the colors of the branding. -
getFaviconUrl
Getter for the favicon URL.- Returns:
- the favicon URL.
-
setFaviconUrl
Sets the favicon URL. -
getLogoUrl
Getter for the logo URL.- Returns:
- the logo URL.
-
setLogoUrl
Sets the logo URL. -
getFont
Getter for the font.- Returns:
- the font.
-
setFont
Sets the font.
-