Class BrandSettingsInApp
-
- All Implemented Interfaces:
public final class BrandSettingsInApp
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBrandSettingsInApp.BuilderA builder for BrandSettingsInApp.
public final classBrandSettingsInApp.Placement
-
Method Summary
-
-
Method Detail
-
colors
final BrandColors colors()
-
widgetBackground
final WidgetBackground widgetBackground()
-
borderRadius
final Optional<String> borderRadius()
-
disableMessageIcon
final Optional<Boolean> disableMessageIcon()
-
fontFamily
final Optional<String> fontFamily()
-
placement
final Optional<BrandSettingsInApp.Placement> placement()
-
_colors
final JsonField<BrandColors> _colors()
Returns the raw JSON value of colors.
Unlike colors, this method doesn't throw if the JSON field has an unexpected type.
-
_icons
final JsonField<Icons> _icons()
Returns the raw JSON value of icons.
Unlike icons, this method doesn't throw if the JSON field has an unexpected type.
-
_widgetBackground
final JsonField<WidgetBackground> _widgetBackground()
Returns the raw JSON value of widgetBackground.
Unlike widgetBackground, this method doesn't throw if the JSON field has an unexpected type.
-
_borderRadius
final JsonField<String> _borderRadius()
Returns the raw JSON value of borderRadius.
Unlike borderRadius, this method doesn't throw if the JSON field has an unexpected type.
-
_disableMessageIcon
final JsonField<Boolean> _disableMessageIcon()
Returns the raw JSON value of disableMessageIcon.
Unlike disableMessageIcon, this method doesn't throw if the JSON field has an unexpected type.
-
_fontFamily
final JsonField<String> _fontFamily()
Returns the raw JSON value of fontFamily.
Unlike fontFamily, this method doesn't throw if the JSON field has an unexpected type.
-
_placement
final JsonField<BrandSettingsInApp.Placement> _placement()
Returns the raw JSON value of placement.
Unlike placement, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BrandSettingsInApp.Builder toBuilder()
-
validate
final BrandSettingsInApp validate()
-
builder
final static BrandSettingsInApp.Builder builder()
Returns a mutable builder for constructing an instance of BrandSettingsInApp.
The following fields are required:
.colors() .icons() .widgetBackground()
-
-
-
-