| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.autoreply | |
| co.aurasphere.botmill.fb.internal.util.network | |
| co.aurasphere.botmill.fb.model.base |
| Constructor and Description |
|---|
AttachmentAutoReply(AttachmentType attachmentType,
String url)
Instantiates a new attachment auto reply.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
FbBotMillNetworkController.postFormDataMessage(String recipient,
AttachmentType type,
File file)
POSTs a message as a JSON string to Facebook.
|
| Modifier and Type | Method and Description |
|---|---|
AttachmentType |
Attachment.getType()
Gets the
Attachment.type. |
static AttachmentType |
AttachmentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttachmentType[] |
AttachmentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Attachment.setType(AttachmentType type)
Sets the
Attachment.type. |
| Constructor and Description |
|---|
Attachment(AttachmentType type,
Payload payload)
Instantiates a new attachment.
|
Copyright © 2017 BotMill. All rights reserved.