Package com.thingworx.navigation
Class MenuItemCollection
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<E>
-
- java.util.ArrayList<MenuItem>
-
- com.thingworx.navigation.MenuItemCollection
-
- All Implemented Interfaces:
IDiffableObject
,java.io.Serializable
,java.lang.Cloneable
,java.lang.Iterable<MenuItem>
,java.util.Collection<MenuItem>
,java.util.List<MenuItem>
,java.util.RandomAccess
@ThingworxExtensionApiClass(since={7,0,3}, canInstantiate=true) public final class MenuItemCollection extends java.util.ArrayList<MenuItem> implements IDiffableObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MenuItemCollection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InfoTable
toEntryInfoTable()
InfoTable
toInfoTable()
org.json.JSONArray
toJSON()
-
Methods inherited from class java.util.ArrayList
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, equals, forEach, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeIf, removeRange, replaceAll, retainAll, set, size, sort, spliterator, subList, toArray, toArray, trimToSize
-
-
-
-
Method Detail
-
toInfoTable
@ThingworxExtensionApiMethod(since={7,0,3}) public InfoTable toInfoTable() throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
toEntryInfoTable
@ThingworxExtensionApiMethod(since={7,0,3}) public InfoTable toEntryInfoTable() throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
toJSON
@ThingworxExtensionApiMethod(since={7,0,3}) public org.json.JSONArray toJSON() throws java.lang.Exception
- Throws:
java.lang.Exception
- If an error occurs
-
-