| Package | Description |
|---|---|
| com.enterprisemath.utils.messaging |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
Attachment.Builder.build()
Builds the object.
|
static Attachment |
Attachment.create(String name,
String mime,
byte[] buf)
Creates new attachment.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
Message.getAttachments()
Returns attachments.
|
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.addAttachment(Attachment attachment)
Adds attachment.
|
| Modifier and Type | Method and Description |
|---|---|
Message.Builder |
Message.Builder.setAttachments(List<Attachment> attachments)
Sets attachments.
|
Copyright © 2016. All rights reserved.