Annotation Interface ThingworxServiceMappings
@Target(TYPE)
@Retention(RUNTIME)
@ThingworxExtensionApiAnnotation(since={6,6})
public @interface ThingworxServiceMappings
Contains a collection of service mappings to various characteristics of a thing or thing template.
-
Required Element Summary
Modifier and TypeRequired ElementDescription
Required parameter: a collection of characteristic-to-service mappings.
-
Element Details
-
mappings
ThingworxServiceMapping[] mappings
Required parameter: a collection of characteristic-to-service mappings.
-