Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponse
Packages that use CreateThingResponse
-
Uses of CreateThingResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return CreateThingResponseModifier and TypeMethodDescriptionstatic CreateThingResponseCreateThingResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aCreateThingcommand from a JSON string.static CreateThingResponseCreateThingResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aCreateThingcommand from a JSON object.static CreateThingResponseCreateThingResponse.newInstance(Thing createdThing, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofCreateThingResponsefor the specified arguments.static CreateThingResponseReturns a newCreateThingResponsefor a created Thing.CreateThingResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) CreateThingResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)