Package org.eclipse.ditto.things.model
Interface FeatureBuilder.FeatureBuildable
-
- Enclosing interface:
- FeatureBuilder
public static interface FeatureBuilder.FeatureBuildableThis interface eventually allows create a newFeatureobject.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Featurebuild()Creates a newFeatureobject based on the data which were set to this builder beforehand.
-