Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeature
-
Packages that use ModifyFeature Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of ModifyFeature in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyFeature Modifier and Type Method Description static ModifyFeatureModifyFeature. fromJson(java.lang.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.ModifyFeatureModifyFeature. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-