Class BatchGetContentResponse.Data.MessageEmailContent
-
- All Implemented Interfaces:
public final class BatchGetContentResponse.Data.MessageEmailContentThe content of an email message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classBatchGetContentResponse.Data.MessageEmailContent.BuilderA builder for MessageEmailContent.
-
Method Summary
Modifier and Type Method Description final String_typename()The typename of the schema. final Stringfrom()The sender's email address. final StringhtmlBody()The HTML body of the email message. final StringsubjectLine()The subject line of the email message. final StringtextBody()The text body of the email message. final Stringto()The recipient's email address. final Optional<String>bcc()The BCC email addresses. final Optional<String>cc()The CC email addresses. final Optional<String>replyTo()The reply-to email address. final JsonField<String>__typename()Returns the raw JSON value of _typename. final JsonField<String>_from()Returns the raw JSON value of from. final JsonField<String>_htmlBody()Returns the raw JSON value of htmlBody. final JsonField<String>_subjectLine()Returns the raw JSON value of subjectLine. final JsonField<String>_textBody()Returns the raw JSON value of textBody. final JsonField<String>_to()Returns the raw JSON value of to. final JsonField<String>_bcc()Returns the raw JSON value of bcc. final JsonField<String>_cc()Returns the raw JSON value of cc. final JsonField<String>_replyTo()Returns the raw JSON value of replyTo. final Map<String, JsonValue>_additionalProperties()final BatchGetContentResponse.Data.MessageEmailContent.BuildertoBuilder()final BatchGetContentResponse.Data.MessageEmailContentvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static BatchGetContentResponse.Data.MessageEmailContent.Builderbuilder()Returns a mutable builder for constructing an instance of MessageEmailContent. -
-
Method Detail
-
subjectLine
final String subjectLine()
The subject line of the email message.
-
__typename
final JsonField<String> __typename()
Returns the raw JSON value of _typename.
Unlike _typename, this method doesn't throw if the JSON field has an unexpected type.
-
_from
final JsonField<String> _from()
Returns the raw JSON value of from.
Unlike from, this method doesn't throw if the JSON field has an unexpected type.
-
_htmlBody
final JsonField<String> _htmlBody()
Returns the raw JSON value of htmlBody.
Unlike htmlBody, this method doesn't throw if the JSON field has an unexpected type.
-
_subjectLine
final JsonField<String> _subjectLine()
Returns the raw JSON value of subjectLine.
Unlike subjectLine, this method doesn't throw if the JSON field has an unexpected type.
-
_textBody
final JsonField<String> _textBody()
Returns the raw JSON value of textBody.
Unlike textBody, this method doesn't throw if the JSON field has an unexpected type.
-
_to
final JsonField<String> _to()
Returns the raw JSON value of to.
Unlike to, this method doesn't throw if the JSON field has an unexpected type.
-
_bcc
final JsonField<String> _bcc()
Returns the raw JSON value of bcc.
Unlike bcc, this method doesn't throw if the JSON field has an unexpected type.
-
_cc
final JsonField<String> _cc()
Returns the raw JSON value of cc.
Unlike cc, this method doesn't throw if the JSON field has an unexpected type.
-
_replyTo
final JsonField<String> _replyTo()
Returns the raw JSON value of replyTo.
Unlike replyTo, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
toBuilder
final BatchGetContentResponse.Data.MessageEmailContent.Builder toBuilder()
-
validate
final BatchGetContentResponse.Data.MessageEmailContent validate()
-
builder
final static BatchGetContentResponse.Data.MessageEmailContent.Builder builder()
Returns a mutable builder for constructing an instance of MessageEmailContent.
The following fields are required:
._typename() .from() .htmlBody() .subjectLine() .textBody() .to()
-
-
-
-