Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveThing
-
Packages that use RetrieveThing Package Description org.eclipse.ditto.things.model.signals.commands.query -
-
Uses of RetrieveThing in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveThing Modifier and Type Method Description RetrieveThingRetrieveThing.Builder. build()static RetrieveThingRetrieveThing. fromJson(java.lang.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 RetrieveThingRetrieveThing. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a Command for retrieving the Thing with the given ID.RetrieveThingRetrieveThing. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-