public class ContentWithImages extends Object
Constructor and Description |
---|
ContentWithImages(String content,
Attachment... attachments) |
ContentWithImages(String content,
List<Attachment> attachments) |
Modifier and Type | Method and Description |
---|---|
void |
addAttachments(List<Attachment> attachments) |
List<Attachment> |
getAttachments() |
String |
getContent() |
void |
setAttachments(List<Attachment> attachments) |
void |
setContent(String content) |
public ContentWithImages(String content, Attachment... attachments)
public ContentWithImages(String content, List<Attachment> attachments)
public String getContent()
public List<Attachment> getAttachments()
public void setContent(String content)
public void setAttachments(List<Attachment> attachments)
public void addAttachments(List<Attachment> attachments)
Copyright © 2017. All rights reserved.