Uses of Interface
org.eclipse.ditto.things.model.FeatureBuilder.FromScratchBuildable
Packages that use FeatureBuilder.FromScratchBuildable
-
Uses of FeatureBuilder.FromScratchBuildable in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return FeatureBuilder.FromScratchBuildableModifier and TypeMethodDescriptionFeatureBuilder.FromScratchBuildable.definition(FeatureDefinition featureDefinition) Sets the specified Definition to the Feature to be built.FeatureBuilder.FromScratchBuildable.desiredProperties(org.eclipse.ditto.json.JsonObject desiredProperties) Sets the desired properties of the Feature.FeatureBuilder.FromScratchBuildable.desiredProperties(FeatureProperties desiredProperties) Sets the desired properties of the Feature.Feature.newBuilder()Returns a new empty builder for an immutableFeature.ThingsModelFactory.newFeatureBuilder()Returns a new builder for an immutableFeaturefrom scratch with a fluent API.FeatureBuilder.FromScratchBuildable.properties(org.eclipse.ditto.json.JsonObject properties) Sets the properties of the Feature.FeatureBuilder.FromScratchBuildable.properties(FeatureProperties properties) Sets the properties of the Feature.