@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-03-12T11:46:32.800+05:30") public class SendEmail extends Object
| Constructor and Description |
|---|
SendEmail() |
| Modifier and Type | Method and Description |
|---|---|
SendEmail |
addAttachmentItem(SendEmailAttachment attachmentItem) |
SendEmail |
addEmailBccItem(String emailBccItem) |
SendEmail |
addEmailCcItem(String emailCcItem) |
SendEmail |
addEmailToItem(String emailToItem) |
SendEmail |
addTagsItem(String tagsItem) |
SendEmail |
attachment(List<SendEmailAttachment> attachment) |
SendEmail |
attachmentUrl(String attachmentUrl) |
SendEmail |
attributes(Object attributes) |
SendEmail |
emailBcc(List<String> emailBcc) |
SendEmail |
emailCc(List<String> emailCc) |
SendEmail |
emailTo(List<String> emailTo) |
boolean |
equals(Object o) |
List<SendEmailAttachment> |
getAttachment()
Pass the list of content (base64 encoded) and name of the attachment.
|
String |
getAttachmentUrl()
Absolute url of the attachment (no local file).
|
Object |
getAttributes()
Pass the set of attributes to customize the template.
|
List<String> |
getEmailBcc()
List of the email addresses of the recipients in bcc
|
List<String> |
getEmailCc()
List of the email addresses of the recipients in cc
|
List<String> |
getEmailTo()
List of the email addresses of the recipients.
|
Object |
getHeaders()
Pass the set of headers that shall be sent along the mail headers in the original email.
|
String |
getReplyTo()
Email address which shall be used by campaign recipients to reply back
|
List<String> |
getTags()
Tag your emails to find them more easily
|
int |
hashCode() |
SendEmail |
headers(Object headers) |
SendEmail |
replyTo(String replyTo) |
void |
setAttachment(List<SendEmailAttachment> attachment) |
void |
setAttachmentUrl(String attachmentUrl) |
void |
setAttributes(Object attributes) |
void |
setEmailBcc(List<String> emailBcc) |
void |
setEmailCc(List<String> emailCc) |
void |
setEmailTo(List<String> emailTo) |
void |
setHeaders(Object headers) |
void |
setReplyTo(String replyTo) |
void |
setTags(List<String> tags) |
SendEmail |
tags(List<String> tags) |
String |
toString() |
public List<String> getEmailTo()
public List<String> getEmailBcc()
public List<String> getEmailCc()
public String getReplyTo()
public void setReplyTo(String replyTo)
public String getAttachmentUrl()
public void setAttachmentUrl(String attachmentUrl)
public SendEmail attachment(List<SendEmailAttachment> attachment)
public SendEmail addAttachmentItem(SendEmailAttachment attachmentItem)
public List<SendEmailAttachment> getAttachment()
public void setAttachment(List<SendEmailAttachment> attachment)
public Object getHeaders()
public void setHeaders(Object headers)
public Object getAttributes()
public void setAttributes(Object attributes)
Copyright © 2021. All rights reserved.