Package org.eclipse.ditto.things.model
Interface ThingBuilder
-
public interface ThingBuilderBuilder for instances ofThingwhich uses Object Scoping and Method Chaining to provide a convenient usage experience.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceThingBuilder.FromCopyA mutable builder with a fluent API for an immutableThing.static interfaceThingBuilder.FromScratchA mutable builder with a fluent API for an immutableThingfrom scratch.
-
Method Summary
Static Methods Modifier and Type Method Description static ThingIdgenerateRandomTypedThingId()Generates a random Thing ID without namespace.
-
-
-
Method Detail
-
generateRandomTypedThingId
static ThingId generateRandomTypedThingId()
Generates a random Thing ID without namespace.- Returns:
- the ID
-
-