Uses of Interface
org.eclipse.ditto.things.model.FeatureBuilder.FeatureBuildable
-
Packages that use FeatureBuilder.FeatureBuildable Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing. -
-
Uses of FeatureBuilder.FeatureBuildable in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return FeatureBuilder.FeatureBuildable Modifier and Type Method Description FeatureBuilder.FeatureBuildableFeatureBuilder.FromJsonBuildable. useId(java.lang.String featureId)Sets the provided Feature ID.FeatureBuilder.FeatureBuildableFeatureBuilder.FromScratchBuildable. withId(java.lang.String featureId)Sets the provided ID instead of the one which was possibly contained in the Feature's JSON.
-