Package com.courier.models.brands
Class BrandSettings
-
- All Implemented Interfaces:
public final class BrandSettings
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBrandSettings.BuilderA builder for BrandSettings.
-
Method Summary
Modifier and Type Method Description final Optional<BrandColors>colors()final Optional<BrandSettingsEmail>email()final Optional<BrandSettingsInApp>inapp()final JsonField<BrandColors>_colors()Returns the raw JSON value of colors. final JsonField<BrandSettingsEmail>_email()Returns the raw JSON value of email. final JsonField<BrandSettingsInApp>_inapp()Returns the raw JSON value of inapp. final Map<String, JsonValue>_additionalProperties()final BrandSettings.BuildertoBuilder()final BrandSettingsvalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BrandSettings.Builderbuilder()Returns a mutable builder for constructing an instance of BrandSettings. -
-
Method Detail
-
colors
final Optional<BrandColors> colors()
-
email
final Optional<BrandSettingsEmail> email()
-
inapp
final Optional<BrandSettingsInApp> inapp()
-
_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.
-
_email
final JsonField<BrandSettingsEmail> _email()
Returns the raw JSON value of email.
Unlike email, this method doesn't throw if the JSON field has an unexpected type.
-
_inapp
final JsonField<BrandSettingsInApp> _inapp()
Returns the raw JSON value of inapp.
Unlike inapp, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BrandSettings.Builder toBuilder()
-
validate
final BrandSettings validate()
Validates that the types of all values in this object match their expected types recursively.
This method is not forwards compatible with new types from the API for existing fields.
-
builder
final static BrandSettings.Builder builder()
Returns a mutable builder for constructing an instance of BrandSettings.
-
-
-
-