Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyThing
Packages that use ModifyThing
-
Uses of ModifyThing in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyThingModifier and TypeMethodDescriptionstatic ModifyThingModifyThing.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newModifyThingfrom a JSON string.static ModifyThingModifyThing.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newModifyThingfrom a JSON object.static ModifyThingModifyThing.of(ThingId thingId, Thing thing, org.eclipse.ditto.json.JsonObject initialPolicy, String policyIdOrPlaceholder, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a command for modifying a thing which is passed as argument.static ModifyThingModifyThing.of(ThingId thingId, Thing thing, org.eclipse.ditto.json.JsonObject initialPolicy, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a command for modifying a thing which is passed as argument.ModifyThing.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyThing.setEntity(org.eclipse.ditto.json.JsonValue entity) static ModifyThingModifyThing.withCopiedPolicy(ThingId thingId, Thing thing, String policyIdOrPlaceholder, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a command for modifying a thing which is passed as argument.