Package com.courier.models.brands
Class BrandSettingsEmail
-
- All Implemented Interfaces:
public final class BrandSettingsEmail
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBrandSettingsEmail.BuilderA builder for BrandSettingsEmail.
public final classBrandSettingsEmail.TemplateOverride
-
Method Summary
Modifier and Type Method Description final Optional<EmailFooter>footer()final Optional<EmailHead>head()final Optional<EmailHeader>header()final Optional<BrandSettingsEmail.TemplateOverride>templateOverride()final JsonField<EmailFooter>_footer()Returns the raw JSON value of footer. final JsonField<EmailHead>_head()Returns the raw JSON value of head. final JsonField<EmailHeader>_header()Returns the raw JSON value of header. final JsonField<BrandSettingsEmail.TemplateOverride>_templateOverride()Returns the raw JSON value of templateOverride. final Map<String, JsonValue>_additionalProperties()final BrandSettingsEmail.BuildertoBuilder()final BrandSettingsEmailvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BrandSettingsEmail.Builderbuilder()Returns a mutable builder for constructing an instance of BrandSettingsEmail. -
-
Method Detail
-
footer
final Optional<EmailFooter> footer()
-
header
final Optional<EmailHeader> header()
-
templateOverride
final Optional<BrandSettingsEmail.TemplateOverride> templateOverride()
-
_footer
final JsonField<EmailFooter> _footer()
Returns the raw JSON value of footer.
Unlike footer, this method doesn't throw if the JSON field has an unexpected type.
-
_head
final JsonField<EmailHead> _head()
Returns the raw JSON value of head.
Unlike head, this method doesn't throw if the JSON field has an unexpected type.
-
_header
final JsonField<EmailHeader> _header()
Returns the raw JSON value of header.
Unlike header, this method doesn't throw if the JSON field has an unexpected type.
-
_templateOverride
final JsonField<BrandSettingsEmail.TemplateOverride> _templateOverride()
Returns the raw JSON value of templateOverride.
Unlike templateOverride, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BrandSettingsEmail.Builder toBuilder()
-
validate
final BrandSettingsEmail validate()
-
builder
final static BrandSettingsEmail.Builder builder()
Returns a mutable builder for constructing an instance of BrandSettingsEmail.
-
-
-
-