Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingDefinition
Packages that use ModifyThingDefinition
-
Uses of ModifyThingDefinition in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyThingDefinitionModifier and TypeMethodDescriptionstatic ModifyThingDefinitionModifyThingDefinition.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newModifyThingDefinitionfrom a JSON string.static ModifyThingDefinitionModifyThingDefinition.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newModifyThingDefinitionfrom a JSON object.static ModifyThingDefinitionModifyThingDefinition.of(ThingId thingId, ThingDefinition definition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a command for modifying a definition which is passed as argument.ModifyThingDefinition.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyThingDefinition.setEntity(org.eclipse.ditto.json.JsonValue entity)