Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinition
Packages that use RetrieveThingDefinition
-
Uses of RetrieveThingDefinition in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveThingDefinitionModifier and TypeMethodDescriptionstatic RetrieveThingDefinitionRetrieveThingDefinition.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newRetrieveThingDefinitionfrom a JSON string.static RetrieveThingDefinitionRetrieveThingDefinition.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newRetrieveThingDefinitionfrom a JSON object.static RetrieveThingDefinitionRetrieveThingDefinition.of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a command for retrieving the Definition of a Thing with the given ID.RetrieveThingDefinition.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)