Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteAttributeResponse
-
Packages that use DeleteAttributeResponse Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of DeleteAttributeResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteAttributeResponse Modifier and Type Method Description static DeleteAttributeResponseDeleteAttributeResponse. fromJson(java.lang.String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteAttributecommand from a JSON string.static DeleteAttributeResponseDeleteAttributeResponse. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteAttributecommand from a JSON object.static DeleteAttributeResponseDeleteAttributeResponse. of(ThingId thingId, org.eclipse.ditto.json.JsonPointer attributePointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteAttributecommand.DeleteAttributeResponseDeleteAttributeResponse. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-