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
-
-
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()
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 BrandSettingsEmail.Builder builder()
Returns a mutable builder for constructing an instance of BrandSettingsEmail.
-
-
-
-