Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureProperties
-
Packages that use ModifyFeatureProperties Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of ModifyFeatureProperties in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyFeatureProperties Modifier and Type Method Description static ModifyFeaturePropertiesModifyFeatureProperties. fromJson(java.lang.String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a newModifyFeaturePropertiesfrom a JSON string.static ModifyFeaturePropertiesModifyFeatureProperties. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a newModifyFeaturePropertiesfrom a JSON object.static ModifyFeaturePropertiesModifyFeatureProperties. of(ThingId thingId, java.lang.String featureId, FeatureProperties properties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for modifying a Feature's Properties on a Thing.ModifyFeaturePropertiesModifyFeatureProperties. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-