Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyThing
-
Packages that use ModifyThing Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of ModifyThing in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyThing Modifier and Type Method Description static ModifyThingModifyThing. fromJson(java.lang.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, java.lang.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.ModifyThingModifyThing. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)static ModifyThingModifyThing. withCopiedPolicy(ThingId thingId, Thing thing, java.lang.String policyIdOrPlaceholder, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a command for modifying a thing which is passed as argument.
-