Class Tenant.Settings.Branding
-
- All Implemented Interfaces:
public final class Tenant.Settings.BrandingThe branding for the tenant.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classTenant.Settings.Branding.BuilderA builder for Branding.
-
Method Summary
Modifier and Type Method Description final Optional<String>iconUrl()The icon URL for the tenant. final Optional<String>logoUrl()The logo URL for the tenant. final Optional<String>primaryColor()The primary color for the tenant, provided as a hex value. final Optional<String>primaryColorContrast()The primary color contrast for the tenant, provided as a hex value. final JsonField<String>_iconUrl()Returns the raw JSON value of iconUrl. final JsonField<String>_logoUrl()Returns the raw JSON value of logoUrl. final JsonField<String>_primaryColor()Returns the raw JSON value of primaryColor. final JsonField<String>_primaryColorContrast()Returns the raw JSON value of primaryColorContrast. final Map<String, JsonValue>_additionalProperties()final Tenant.Settings.Branding.BuildertoBuilder()final Tenant.Settings.Brandingvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Tenant.Settings.Branding.Builderbuilder()Returns a mutable builder for constructing an instance of Branding. -
-
Method Detail
-
iconUrl
final Optional<String> iconUrl()
The icon URL for the tenant. Must point to a valid image with an image MIME type.
-
logoUrl
final Optional<String> logoUrl()
The logo URL for the tenant. Must point to a valid image with an image MIME type.
-
primaryColor
final Optional<String> primaryColor()
The primary color for the tenant, provided as a hex value.
-
primaryColorContrast
final Optional<String> primaryColorContrast()
The primary color contrast for the tenant, provided as a hex value.
-
_iconUrl
final JsonField<String> _iconUrl()
Returns the raw JSON value of iconUrl.
Unlike iconUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_logoUrl
final JsonField<String> _logoUrl()
Returns the raw JSON value of logoUrl.
Unlike logoUrl, this method doesn't throw if the JSON field has an unexpected type.
-
_primaryColor
final JsonField<String> _primaryColor()
Returns the raw JSON value of primaryColor.
Unlike primaryColor, this method doesn't throw if the JSON field has an unexpected type.
-
_primaryColorContrast
final JsonField<String> _primaryColorContrast()
Returns the raw JSON value of primaryColorContrast.
Unlike primaryColorContrast, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final Tenant.Settings.Branding.Builder toBuilder()
-
validate
final Tenant.Settings.Branding validate()
-
builder
final static Tenant.Settings.Branding.Builder builder()
Returns a mutable builder for constructing an instance of Branding.
-
-
-
-