Uses of Interface
org.eclipse.ditto.things.model.ThingRevision
-
Packages that use ThingRevision Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing. -
-
Uses of ThingRevision in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return ThingRevision Modifier and Type Method Description static ThingRevisionThingRevision. newInstance(long revisionNumber)Returns a new immutableThingRevisionwhich is initialised with the given revision number.static ThingRevisionThingsModelFactory. newThingRevision(long revisionNumber)Returns a new immutableThingRevisionwhich is initialised with the given revision number.Methods in org.eclipse.ditto.things.model with parameters of type ThingRevision Modifier and Type Method Description ThingBuilder.FromCopyThingBuilder.FromCopy. setRevision(java.util.function.Predicate<ThingRevision> existingRevisionPredicate, ThingRevision revision)Sets the given revision to this builder.default ThingBuilder.FromCopyThingBuilder.FromCopy. setRevision(ThingRevision revision)Sets the given revision to this builder.ThingBuilder.FromScratchThingBuilder.FromScratch. setRevision(ThingRevision revision)Sets the given revision to this builder.Method parameters in org.eclipse.ditto.things.model with type arguments of type ThingRevision Modifier and Type Method Description ThingBuilder.FromCopyThingBuilder.FromCopy. setRevision(java.util.function.Predicate<ThingRevision> existingRevisionPredicate, long revisionNumber)Sets the given revision number to this builder.ThingBuilder.FromCopyThingBuilder.FromCopy. setRevision(java.util.function.Predicate<ThingRevision> existingRevisionPredicate, ThingRevision revision)Sets the given revision to this builder.
-