-
public final class ReplyToAliasEmailOptionsOptions for replying to an alias email using the alias inbox
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumReplyToAliasEmailOptions.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 BooleanisHTMLprivate final ReplyToAliasEmailOptions.SendStrategysendStrategyprivate final UUIDtemplateprivate final ObjecttemplateVariablesprivate final BooleanuseInboxName
-
Constructor Summary
Constructors Constructor Description ReplyToAliasEmailOptions(List<String> attachments, String body, String charset, Boolean isHTML, ReplyToAliasEmailOptions.SendStrategy sendStrategy, UUID template, Object templateVariables, Boolean useInboxName)
-
Method Summary
Modifier and Type Method Description final List<String>getAttachments()final StringgetBody()final StringgetCharset()final BooleangetIsHTML()final ReplyToAliasEmailOptions.SendStrategygetSendStrategy()final UUIDgetTemplate()final ObjectgetTemplateVariables()final BooleangetUseInboxName()-
-
Constructor Detail
-
ReplyToAliasEmailOptions
ReplyToAliasEmailOptions(List<String> attachments, String body, String charset, Boolean isHTML, ReplyToAliasEmailOptions.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.isHTML- Is the reply HTMLsendStrategy- 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()
-
getSendStrategy
final ReplyToAliasEmailOptions.SendStrategy getSendStrategy()
-
getTemplate
final UUID getTemplate()
-
getTemplateVariables
final Object getTemplateVariables()
-
getUseInboxName
final Boolean getUseInboxName()
-
-
-
-