Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributes
Packages that use ModifyAttributes
-
Uses of ModifyAttributes in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyAttributesModifier and TypeMethodDescriptionstatic ModifyAttributesModifyAttributes.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newModifyAttributesfrom a JSON string.static ModifyAttributesModifyAttributes.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newModifyAttributesfrom a JSON object.static ModifyAttributesModifyAttributes.of(ThingId thingId, Attributes newAttributesObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a command for modifying an attributes object which is passed as argument.ModifyAttributes.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyAttributes.setEntity(org.eclipse.ditto.json.JsonValue entity)