Class Colors

java.lang.Object
com.auth0.json.mgmt.organizations.Colors

public class Colors extends Object
Represents the colors object of a Branding.
See Also:
OrganizationsEntity
  • Constructor Details

    • Colors

      public Colors()
    • Colors

      public Colors(String primary, String pageBackground)
      Create a new instance.
      Parameters:
      primary - the HEX color for primary elements.
      pageBackground - the HEX color for background.
  • Method Details

    • getPrimary

      public String getPrimary()
      Returns:
      the primary color value.
    • setPrimary

      public void setPrimary(String primary)
      Sets the color for primary elements.
      Parameters:
      primary - the HEX color for primary elements.
    • getPageBackground

      public String getPageBackground()
      Returns:
      the background color value.
    • setPageBackground

      public void setPageBackground(String pageBackground)
      Sets the color for the background.
      Parameters:
      pageBackground - the HEX color for the background.