public class PersistentMenu extends Object
| Constructor and Description |
|---|
PersistentMenu(List<MenuItem> menuItems) |
PersistentMenu(String locale,
List<MenuItem> menuItems) |
| Modifier and Type | Method and Description |
|---|---|
String |
getLocale() |
List<MenuItem> |
getMenuItems() |
boolean |
isComposerInputDisabled() |
void |
setComposerInputDisabled(boolean composerInputDisabled) |
void |
setLocale(String locale) |
void |
setMenuItems(List<MenuItem> menuItems) |
String |
toString() |
Copyright © 2018. All rights reserved.