Class ServiceDefinitionCollection
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,T>
-
- com.thingworx.types.collections.GenericObjectCollection<T>
-
- com.thingworx.types.collections.NamedObjectCollection<ServiceDefinition>
-
- com.thingworx.metadata.collections.ServiceDefinitionCollection
-
- All Implemented Interfaces:
IDiffableObject
,java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,ServiceDefinition>
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class ServiceDefinitionCollection extends NamedObjectCollection<ServiceDefinition>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceDefinitionCollection()
-
Method Summary
-
Methods inherited from class com.thingworx.types.collections.NamedObjectCollection
getNamesAsInfoTable, getOrderedList
-
Methods inherited from class com.thingworx.types.collections.GenericObjectCollection
containsEntity, getDescription, getName, getNames
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-