Uses of Interface
org.eclipse.ditto.things.model.ThingRevision
Packages that use ThingRevision
-
Uses of ThingRevision in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return ThingRevisionModifier and TypeMethodDescriptionstatic 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 ThingRevisionModifier and TypeMethodDescriptionThingBuilder.FromCopy.setRevision(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.FromScratch.setRevision(ThingRevision revision) Sets the given revision to this builder.Method parameters in org.eclipse.ditto.things.model with type arguments of type ThingRevisionModifier and TypeMethodDescriptionThingBuilder.FromCopy.setRevision(Predicate<ThingRevision> existingRevisionPredicate, long revisionNumber) Sets the given revision number to this builder.ThingBuilder.FromCopy.setRevision(Predicate<ThingRevision> existingRevisionPredicate, ThingRevision revision) Sets the given revision to this builder.