Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveThing.Builder
-
Packages that use RetrieveThing.Builder Package Description org.eclipse.ditto.things.model.signals.commands.query -
-
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.Builder Modifier and Type Method Description static RetrieveThing.BuilderRetrieveThing. getBuilder(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Returns a builder with a fluent API for an immutableRetrieveThinginstance.RetrieveThing.BuilderRetrieveThing.Builder. withSelectedFields(org.eclipse.ditto.json.JsonFieldSelector fieldSelector)Sets the fields of the JSON representation of the Thing to retrieve.RetrieveThing.BuilderRetrieveThing.Builder. withSnapshotRevision(long snapshotRevision)Sets the revision of the persistence snapshot of the Thing to retrieve.
-