Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveThing.Builder
Packages that use RetrieveThing.Builder
-
Uses of RetrieveThing.Builder in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveThing.BuilderModifier and TypeMethodDescriptionstatic RetrieveThing.BuilderRetrieveThing.getBuilder(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a builder with a fluent API for an immutableRetrieveThinginstance.RetrieveThing.Builder.withSelectedFields(org.eclipse.ditto.json.JsonFieldSelector fieldSelector) Sets the fields of the JSON representation of the Thing to retrieve.RetrieveThing.Builder.withSnapshotRevision(long snapshotRevision) Sets the revision of the persistence snapshot of the Thing to retrieve.