@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @ThingworxExtensionApiAnnotation(since={6,6}) public @interface ThingworxDataShapeDefinition
DataShapeDefinition
Modifier and Type | Optional Element and Description |
---|---|
ThingworxFieldDefinition[] |
fields
Optional parameter: a collection of field definitions belonging to the in-lined data shape. |
java.lang.String |
name
Optional parameter: a reference to the name of a data shape entity. |
public abstract java.lang.String name
public abstract ThingworxFieldDefinition[] fields