Class BrandingColors

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

public class BrandingColors extends Object
  • Constructor Details

    • BrandingColors

      public BrandingColors()
  • Method Details

    • getPrimary

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

      public void setPrimary(String primary)
      Sets for the primary color.
    • getPageBackground

      public String getPageBackground()
      Getter for the color of the page background.
      Returns:
      the page background color.
    • setPageBackground

      public void setPageBackground(String pageBackground)
      Sets the page background color.