Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.CreateThingResponse
-
Packages that use CreateThingResponse Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of CreateThingResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return CreateThingResponse Modifier and Type Method Description static CreateThingResponseCreateThingResponse. fromJson(java.lang.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. of(Thing thing, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a newCreateThingResponsefor a created Thing.CreateThingResponseCreateThingResponse. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-