Package org.eclipse.ditto.things.model
Interface FeatureBuilder
-
public interface FeatureBuilderA mutable builder for for aFeaturewhich uses Object Scoping and Method Chaining to provide a fluent API.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceFeatureBuilder.FeatureBuildableThis interface eventually allows create a newFeatureobject.static interfaceFeatureBuilder.FromCopyBuildableA mutable builder with a fluent API for an immutableFeature.static interfaceFeatureBuilder.FromJsonBuildableThis interface enables the creation of aFeatureobject from JSON.static interfaceFeatureBuilder.FromScratchBuildableThis interface enables the creation of aFeatureobject from scratch.
-