-
public final class ReplyToEmailOptionsOptions for replying to email with API
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumReplyToEmailOptions.SendStrategyWhen to send the email. Typically immediately Values: sINGLEMESSAGE
-
Field Summary
Fields Modifier and Type Field Description private final List<String>attachmentsprivate final Stringbodyprivate final Stringcharsetprivate final Stringfromprivate final BooleanisHTMLprivate final StringreplyToprivate final ReplyToEmailOptions.SendStrategysendStrategyprivate final UUIDtemplateprivate final ObjecttemplateVariablesprivate final BooleanuseInboxName
-
Method Summary
Modifier and Type Method Description final List<String>getAttachments()final StringgetBody()final StringgetCharset()final StringgetFrom()final BooleangetIsHTML()final StringgetReplyTo()final ReplyToEmailOptions.SendStrategygetSendStrategy()final UUIDgetTemplate()final ObjectgetTemplateVariables()final BooleangetUseInboxName()-
-
Constructor Detail
-
ReplyToEmailOptions
ReplyToEmailOptions(List<String> attachments, String body, String charset, String from, Boolean isHTML, String replyTo, ReplyToEmailOptions.SendStrategy sendStrategy, UUID template, Object templateVariables, Boolean useInboxName)
- Parameters:
attachments- List of uploaded attachments to send with the reply.body- Body of the reply email you want to sendcharset- The charset that your message should be sent with.from- The from header that should be used.isHTML- Is the reply HTMLreplyTo- The replyTo header that should be used.sendStrategy- When to send the email.template- Template ID to use instead of body.templateVariables- Template variables if using a templateuseInboxName- Optionally use inbox name as display name for sender email address
-
-
Method Detail
-
getAttachments
final List<String> getAttachments()
-
getCharset
final String getCharset()
-
getReplyTo
final String getReplyTo()
-
getSendStrategy
final ReplyToEmailOptions.SendStrategy getSendStrategy()
-
getTemplate
final UUID getTemplate()
-
getTemplateVariables
final Object getTemplateVariables()
-
getUseInboxName
final Boolean getUseInboxName()
-
-
-
-