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