Package com.courier.models.brands
Class EmailHead
-
- All Implemented Interfaces:
public final class EmailHead
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classEmailHead.BuilderA builder for EmailHead.
-
Method Summary
Modifier and Type Method Description final BooleaninheritDefault()final Optional<String>content()final JsonField<Boolean>_inheritDefault()Returns the raw JSON value of inheritDefault. final JsonField<String>_content()Returns the raw JSON value of content. final Map<String, JsonValue>_additionalProperties()final EmailHead.BuildertoBuilder()final EmailHeadvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static EmailHead.Builderbuilder()Returns a mutable builder for constructing an instance of EmailHead. -
-
Method Detail
-
inheritDefault
final Boolean inheritDefault()
-
_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.
-
_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.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final EmailHead.Builder toBuilder()
-
builder
final static EmailHead.Builder builder()
Returns a mutable builder for constructing an instance of EmailHead.
The following fields are required:
.inheritDefault()
-
-
-
-