@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class SendSmtpEmail extends Object
| Constructor and Description |
|---|
SendSmtpEmail() |
| Modifier and Type | Method and Description |
|---|---|
SendSmtpEmail |
addAttachmentItem(SendSmtpEmailAttachment attachmentItem) |
SendSmtpEmail |
addBccItem(SendSmtpEmailBcc bccItem) |
SendSmtpEmail |
addCcItem(SendSmtpEmailCc ccItem) |
SendSmtpEmail |
addMessageVersionsItem(SendSmtpEmailMessageVersions messageVersionsItem) |
SendSmtpEmail |
addTagsItem(String tagsItem) |
SendSmtpEmail |
addToItem(SendSmtpEmailTo toItem) |
SendSmtpEmail |
attachment(List<SendSmtpEmailAttachment> attachment) |
SendSmtpEmail |
bcc(List<SendSmtpEmailBcc> bcc) |
SendSmtpEmail |
cc(List<SendSmtpEmailCc> cc) |
boolean |
equals(Object o) |
List<SendSmtpEmailAttachment> |
getAttachment()
Pass the absolute URL (no local file) or the base64 content of the attachment along with the attachment name (Mandatory if attachment content is passed).
|
List<SendSmtpEmailBcc> |
getBcc()
List of email addresses and names (optional) of the recipients in bcc
|
List<SendSmtpEmailCc> |
getCc()
List of email addresses and names (optional) of the recipients in cc
|
Object |
getHeaders()
Pass the set of custom headers (not the standard headers) that shall be sent along the mail headers in the original email.
|
String |
getHtmlContent()
HTML body of the message ( Mandatory if 'templateId' is not passed, ignored if 'templateId' is passed )
|
List<SendSmtpEmailMessageVersions> |
getMessageVersions()
You can customize and send out multiple versions of a templateId.
|
Object |
getParams()
Pass the set of attributes to customize the template.
|
SendSmtpEmailReplyTo |
getReplyTo()
Get replyTo
|
SendSmtpEmailSender |
getSender()
Get sender
|
String |
getSubject()
Subject of the message.
|
List<String> |
getTags()
Tag your emails to find them more easily
|
Long |
getTemplateId()
Id of the template.
|
String |
getTextContent()
Plain Text body of the message ( Ignored if 'templateId' is passed )
|
List<SendSmtpEmailTo> |
getTo()
Mandatory if messageVersions are not passed, ignored if messageVersions are passed.
|
int |
hashCode() |
SendSmtpEmail |
headers(Object headers) |
SendSmtpEmail |
htmlContent(String htmlContent) |
SendSmtpEmail |
messageVersions(List<SendSmtpEmailMessageVersions> messageVersions) |
SendSmtpEmail |
params(Object params) |
SendSmtpEmail |
replyTo(SendSmtpEmailReplyTo replyTo) |
SendSmtpEmail |
sender(SendSmtpEmailSender sender) |
void |
setAttachment(List<SendSmtpEmailAttachment> attachment) |
void |
setBcc(List<SendSmtpEmailBcc> bcc) |
void |
setCc(List<SendSmtpEmailCc> cc) |
void |
setHeaders(Object headers) |
void |
setHtmlContent(String htmlContent) |
void |
setMessageVersions(List<SendSmtpEmailMessageVersions> messageVersions) |
void |
setParams(Object params) |
void |
setReplyTo(SendSmtpEmailReplyTo replyTo) |
void |
setSender(SendSmtpEmailSender sender) |
void |
setSubject(String subject) |
void |
setTags(List<String> tags) |
void |
setTemplateId(Long templateId) |
void |
setTextContent(String textContent) |
void |
setTo(List<SendSmtpEmailTo> to) |
SendSmtpEmail |
subject(String subject) |
SendSmtpEmail |
tags(List<String> tags) |
SendSmtpEmail |
templateId(Long templateId) |
SendSmtpEmail |
textContent(String textContent) |
SendSmtpEmail |
to(List<SendSmtpEmailTo> to) |
String |
toString() |
public SendSmtpEmail sender(SendSmtpEmailSender sender)
public SendSmtpEmailSender getSender()
public void setSender(SendSmtpEmailSender sender)
public SendSmtpEmail to(List<SendSmtpEmailTo> to)
public SendSmtpEmail addToItem(SendSmtpEmailTo toItem)
public List<SendSmtpEmailTo> getTo()
public void setTo(List<SendSmtpEmailTo> to)
public SendSmtpEmail bcc(List<SendSmtpEmailBcc> bcc)
public SendSmtpEmail addBccItem(SendSmtpEmailBcc bccItem)
public List<SendSmtpEmailBcc> getBcc()
public void setBcc(List<SendSmtpEmailBcc> bcc)
public SendSmtpEmail cc(List<SendSmtpEmailCc> cc)
public SendSmtpEmail addCcItem(SendSmtpEmailCc ccItem)
public List<SendSmtpEmailCc> getCc()
public void setCc(List<SendSmtpEmailCc> cc)
public SendSmtpEmail htmlContent(String htmlContent)
public String getHtmlContent()
public void setHtmlContent(String htmlContent)
public SendSmtpEmail textContent(String textContent)
public String getTextContent()
public void setTextContent(String textContent)
public SendSmtpEmail subject(String subject)
public String getSubject()
public void setSubject(String subject)
public SendSmtpEmail replyTo(SendSmtpEmailReplyTo replyTo)
public SendSmtpEmailReplyTo getReplyTo()
public void setReplyTo(SendSmtpEmailReplyTo replyTo)
public SendSmtpEmail attachment(List<SendSmtpEmailAttachment> attachment)
public SendSmtpEmail addAttachmentItem(SendSmtpEmailAttachment attachmentItem)
public List<SendSmtpEmailAttachment> getAttachment()
public void setAttachment(List<SendSmtpEmailAttachment> attachment)
public SendSmtpEmail headers(Object headers)
public Object getHeaders()
public void setHeaders(Object headers)
public SendSmtpEmail templateId(Long templateId)
public Long getTemplateId()
public void setTemplateId(Long templateId)
public SendSmtpEmail params(Object params)
public Object getParams()
public void setParams(Object params)
public SendSmtpEmail messageVersions(List<SendSmtpEmailMessageVersions> messageVersions)
public SendSmtpEmail addMessageVersionsItem(SendSmtpEmailMessageVersions messageVersionsItem)
public List<SendSmtpEmailMessageVersions> getMessageVersions()
public void setMessageVersions(List<SendSmtpEmailMessageVersions> messageVersions)
public SendSmtpEmail tags(List<String> tags)
public SendSmtpEmail addTagsItem(String tagsItem)
Copyright © 2021. All rights reserved.