| Modifier and Type | Method and Description |
|---|---|
ListTemplateBuilder |
ListTemplateBuilder.setTopElementStyle(TopElementStyle topElementStyle)
Sets/Adds a
TopElementStyle to the list template payload. |
| Modifier and Type | Method and Description |
|---|---|
TopElementStyle |
ListTemplatePayload.getTopElementStyle()
Gets the
ListTemplatePayload.topElementStyle. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplatePayload.setTopElementStyle(TopElementStyle topElementStyle)
Sets the
ListTemplatePayload.topElementStyle. |
| Modifier and Type | Method and Description |
|---|---|
static TopElementStyle |
TopElementStyle.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopElementStyle[] |
TopElementStyle.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017 BotMill. All rights reserved.