@ThingworxExtensionApiClass(since={7,0,3}, canInstantiate=true) public final class MenuItemCollection extends java.util.ArrayList<MenuItem> implements IDiffableObject
| Constructor and Description |
|---|
MenuItemCollection() |
| Modifier and Type | Method and Description |
|---|---|
InfoTable |
toEntryInfoTable() |
InfoTable |
toInfoTable() |
org.json.JSONArray |
toJSON() |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, forEach, get, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize@ThingworxExtensionApiMethod(since={7,0,3}) public InfoTable toInfoTable() throws java.lang.Exception
java.lang.Exception - If an error occurs@ThingworxExtensionApiMethod(since={7,0,3}) public InfoTable toEntryInfoTable() throws java.lang.Exception
java.lang.Exception - If an error occurs@ThingworxExtensionApiMethod(since={7,0,3}) public org.json.JSONArray toJSON() throws java.lang.Exception
java.lang.Exception - If an error occurs