Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveThings
Packages that use RetrieveThings
-
Uses of RetrieveThings in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveThingsModifier and TypeMethodDescriptionRetrieveThings.Builder.build()Builds an instance ofRetrieveThingsbased on the provided values.static RetrieveThingsRetrieveThings.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newRetrieveThingsfrom a JSON string.static RetrieveThingsRetrieveThings.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newRetrieveThingsfrom a JSON object.RetrieveThings.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Methods in org.eclipse.ditto.things.model.signals.commands.query with parameters of type RetrieveThingsModifier and TypeMethodDescriptionstatic RetrieveThings.BuilderRetrieveThings.getBuilder(RetrieveThings retrieveThings) Returns a builder for a command for retrieving Things.