Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyThingResponse
Packages that use ModifyThingResponse
-
Uses of ModifyThingResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyThingResponseModifier and TypeMethodDescriptionstatic ModifyThingResponseModifyThingResponse.created(Thing thing, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyThingResponsefor a created Thing.static ModifyThingResponseModifyThingResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyThingcommand from a JSON string.static ModifyThingResponseModifyThingResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyThingcommand from a JSON object.static ModifyThingResponseModifyThingResponse.modified(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyThingResponsefor a modified Thing.static ModifyThingResponseModifyThingResponse.newInstance(ThingId thingId, Thing thingCreated, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyThingResponsefor the specified arguments.ModifyThingResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyThingResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)