| Package | Description |
|---|---|
| com.botscrew.messengercdk.model.outgoing.attachment | |
| com.botscrew.messengercdk.model.outgoing.builder |
| Modifier and Type | Method and Description |
|---|---|
static Attachment.Type |
Attachment.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Attachment.Type[] |
Attachment.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ContentAttachment(Attachment.Type type,
AttachmentPayload payload) |
MediaAttachment(Attachment.Type type,
MediaElement payload) |
| Modifier and Type | Method and Description |
|---|---|
Attachment.Builder |
Attachment.Builder.type(Attachment.Type type) |
Copyright © 2019. All rights reserved.