@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-03-05T09:29:01.544Z") public class Email extends Object
| Constructor and Description |
|---|
Email() |
| Modifier and Type | Method and Description |
|---|---|
Email |
addAttachmentsItem(File attachmentsItem) |
Email |
attachments(List<File> attachments) |
boolean |
equals(Object o) |
List<File> |
getAttachments()
Attachment files.
|
EmailView |
getPreview()
Get preview
|
EmailStatus |
getStatus()
Get status
|
int |
hashCode() |
Email |
preview(EmailView preview) |
void |
setAttachments(List<File> attachments) |
void |
setPreview(EmailView preview) |
void |
setStatus(EmailStatus status) |
Email |
status(EmailStatus status) |
String |
toString() |
public EmailView getPreview()
public void setPreview(EmailView preview)
public List<File> getAttachments()
public Email status(EmailStatus status)
public EmailStatus getStatus()
public void setStatus(EmailStatus status)
Copyright © 2019. All rights reserved.