| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.internal.util.json | |
| co.aurasphere.botmill.fb.model.incoming.callback | |
| co.aurasphere.botmill.fb.model.outcoming.message |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentDeserializer.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
| Modifier and Type | Field and Description |
|---|---|
protected List<Attachment> |
IncomingMessage.attachments
Attachments of the message.
|
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
IncomingMessage.getAttachments()
Gets the
IncomingMessage.attachments. |
| Modifier and Type | Method and Description |
|---|---|
void |
IncomingMessage.setAttachments(List<Attachment> attachments)
Sets the
IncomingMessage.attachments. |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentMessage.getAttachment()
Gets the
AttachmentMessage.attachment. |
| Modifier and Type | Method and Description |
|---|---|
void |
AttachmentMessage.setAttachment(Attachment attachment)
Sets the
AttachmentMessage.attachment. |
| Constructor and Description |
|---|
AttachmentMessage(Attachment attachment)
Instantiates a new attachment message.
|
Copyright © 2017 BotMill. All rights reserved.