Package com.auth0.json.mgmt.branding
Class BrandingColors
java.lang.Object
com.auth0.json.mgmt.branding.BrandingColors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetter for the color of the page background.Getter for the primary color.voidsetPageBackground(String pageBackground) Sets the page background color.voidsetPrimary(String primary) Sets for the primary color.
-
Constructor Details
-
BrandingColors
public BrandingColors()
-
-
Method Details
-
getPrimary
Getter for the primary color.- Returns:
- the primary color.
-
setPrimary
Sets for the primary color. -
getPageBackground
Getter for the color of the page background.- Returns:
- the page background color.
-
setPageBackground
Sets the page background color.
-