| Package | Description |
|---|---|
| co.aurasphere.botmill.fb.model.outcoming.factory | |
| co.aurasphere.botmill.fb.model.outcoming.payload.template |
| Modifier and Type | Method and Description |
|---|---|
ListTemplateBuilder |
ListTemplateBuilder.addElement(ListTemplateElement element)
Adds a
ListTemplateElement to this template. |
| Modifier and Type | Method and Description |
|---|---|
List<ListTemplateElement> |
ListTemplatePayload.getElements()
Gets the
ListTemplatePayload.elements. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplatePayload.addElement(ListTemplateElement element)
Adds the element.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplatePayload.setElements(List<ListTemplateElement> elements)
Sets the
ListTemplatePayload.elements. |
| Constructor and Description |
|---|
ListTemplatePayload(List<ListTemplateElement> elements)
Instantiates a new ListTemplatePayload.
|
ListTemplatePayload(List<ListTemplateElement> elements,
List<Button> buttons)
Instantiates a new ListTemplatePayload.
|
Copyright © 2017 BotMill. All rights reserved.