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