Class RemoteServiceBindingCollection
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<java.lang.String,RemoteServiceBinding>
-
- com.thingworx.things.bindings.collections.RemoteServiceBindingCollection
-
- All Implemented Interfaces:
IDiffableObject
,java.io.Serializable
,java.lang.Cloneable
,java.util.Map<java.lang.String,RemoteServiceBinding>
@ThingworxExtensionApiClass(since={6,6}, canInstantiate=true) public final class RemoteServiceBindingCollection extends java.util.HashMap<java.lang.String,RemoteServiceBinding> implements IDiffableObject
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteServiceBindingCollection()
-
Method Summary
-
Methods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
-