Package com.courier.models.brands
Class EmailFooter
-
- All Implemented Interfaces:
public final class EmailFooter
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEmailFooter.BuilderA builder for EmailFooter.
-
Method Summary
Modifier and Type Method Description final Optional<String>content()final Optional<Boolean>inheritDefault()final JsonField<String>_content()Returns the raw JSON value of content. final JsonField<Boolean>_inheritDefault()Returns the raw JSON value of inheritDefault. final Map<String, JsonValue>_additionalProperties()final EmailFooter.BuildertoBuilder()final EmailFootervalidate()Validates that the types of all values in this object match their expected types recursively. final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EmailFooter.Builderbuilder()Returns a mutable builder for constructing an instance of EmailFooter. -
-
Method Detail
-
inheritDefault
final Optional<Boolean> inheritDefault()
-
_content
final JsonField<String> _content()
Returns the raw JSON value of content.
Unlike content, this method doesn't throw if the JSON field has an unexpected type.
-
_inheritDefault
final JsonField<Boolean> _inheritDefault()
Returns the raw JSON value of inheritDefault.
Unlike inheritDefault, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final EmailFooter.Builder toBuilder()
-
validate
final EmailFooter 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 EmailFooter.Builder builder()
Returns a mutable builder for constructing an instance of EmailFooter.
-
-
-
-