Class Branding
java.lang.Object
com.auth0.json.mgmt.organizations.Branding
Represents the branding object of an Organization.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Sets the value of the Colors for this Branding instance.void
setLogoUrl
(String logoUrl) Sets the value of the logo URL to display on the login page
-
Constructor Details
-
Branding
public Branding()
-
-
Method Details
-
getLogoUrl
- Returns:
- the value of the logo URL
-
setLogoUrl
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
- Returns:
- the Colors for this Branding instance.
-
setColors
Sets the value of the Colors for this Branding instance.- Parameters:
colors
- the colors associated with this Branding instance.
-