Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeature
Packages that use ModifyFeature
-
Uses of ModifyFeature in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyFeatureModifier and TypeMethodDescriptionstatic ModifyFeatureModifyFeature.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newModifyFeaturefrom a JSON string.static ModifyFeatureModifyFeature.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newModifyFeaturefrom a JSON object.static ModifyFeatureModifyFeature.of(ThingId thingId, Feature feature, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for modifying a Feature on a Thing.ModifyFeature.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyFeature.setEntity(org.eclipse.ditto.json.JsonValue entity)