Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.MergeThingResponse
Packages that use MergeThingResponse
-
Uses of MergeThingResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return MergeThingResponseModifier and TypeMethodDescriptionstatic MergeThingResponseMergeThingResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newMergeThingResponsefrom a JSON object.static MergeThingResponseMergeThingResponse.newInstance(ThingId thingId, org.eclipse.ditto.json.JsonPointer path, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofMergeThingResponsefor the specified arguments.static MergeThingResponseMergeThingResponse.of(ThingId thingId, org.eclipse.ditto.json.JsonPointer path, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a command response for merged thing.MergeThingResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) MergeThingResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)