Class Colors
java.lang.Object
com.auth0.json.mgmt.organizations.Colors
Represents the colors object of a Branding.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetPageBackground(String pageBackground) Sets the color for the background.voidsetPrimary(String primary) Sets the color for primary elements.
-
Constructor Details
-
Colors
public Colors() -
Colors
Create a new instance.- Parameters:
primary- the HEX color for primary elements.pageBackground- the HEX color for background.
-
-
Method Details
-
getPrimary
- Returns:
- the primary color value.
-
setPrimary
Sets the color for primary elements.- Parameters:
primary- the HEX color for primary elements.
-
getPageBackground
- Returns:
- the background color value.
-
setPageBackground
Sets the color for the background.- Parameters:
pageBackground- the HEX color for the background.
-