Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatures
Packages that use ModifyFeatures
-
Uses of ModifyFeatures in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyFeaturesModifier and TypeMethodDescriptionstatic ModifyFeaturesModifyFeatures.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newModifyFeaturesfrom a JSON string.static ModifyFeaturesModifyFeatures.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newModifyFeaturesfrom a JSON object.static ModifyFeaturesModifyFeatures.of(ThingId thingId, Features features, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for modifying the Features of a Thing.ModifyFeatures.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyFeatures.setEntity(org.eclipse.ditto.json.JsonValue entity)