Class Branding

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

public class Branding extends Object
Represents the branding object of an Organization.
See Also:
OrganizationsEntity
  • Constructor Details

    • Branding

      public Branding()
  • Method Details

    • getLogoUrl

      public String getLogoUrl()
      Returns:
      the value of the logo URL
    • setLogoUrl

      public void setLogoUrl(String logoUrl)
      Sets the value of the logo URL to display on the login page
      Parameters:
      logoUrl - the logo URL to display on the login page. Must be an HTTPS URL or null.
    • getColors

      public Colors getColors()
      Returns:
      the Colors for this Branding instance.
    • setColors

      public void setColors(Colors colors)
      Sets the value of the Colors for this Branding instance.
      Parameters:
      colors - the colors associated with this Branding instance.