Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveThing
Packages that use RetrieveThing
-
Uses of RetrieveThing in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveThingModifier and TypeMethodDescriptionRetrieveThing.Builder.build()static RetrieveThingRetrieveThing.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newRetrieveThingfrom a JSON string.static RetrieveThingRetrieveThing.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newRetrieveThingfrom a JSON object.static RetrieveThingReturns a Command for retrieving the Thing with the given ID.RetrieveThing.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)