Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveThingDefinition
-
Packages that use RetrieveThingDefinition Package Description org.eclipse.ditto.things.model.signals.commands.query -
-
Uses of RetrieveThingDefinition in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveThingDefinition Modifier and Type Method Description static RetrieveThingDefinitionRetrieveThingDefinition. fromJson(java.lang.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.RetrieveThingDefinitionRetrieveThingDefinition. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-