Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinitionResponse
Packages that use RetrieveThingDefinitionResponse
-
Uses of RetrieveThingDefinitionResponse in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveThingDefinitionResponseModifier and TypeMethodDescriptionRetrieveThingDefinitionResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingDefinitioncommand from a JSON string.RetrieveThingDefinitionResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingDefinitioncommand from a JSON object.RetrieveThingDefinitionResponse.newInstance(ThingId thingId, ThingDefinition definition, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveThingDefinitionResponsefor the specified arguments.RetrieveThingDefinitionResponse.of(ThingId thingId, ThingDefinition definition, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveThingDefinitioncommand.RetrieveThingDefinitionResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) RetrieveThingDefinitionResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)