Uses of Interface
org.eclipse.ditto.things.model.FeaturesBuilder
Packages that use FeaturesBuilder
-
Uses of FeaturesBuilder in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return FeaturesBuilderModifier and TypeMethodDescriptionstatic FeaturesBuilderFeatures.newBuilder()Returns a new mutable builder with a fluent API for an immutableFeatures.static FeaturesBuilderThingsModelFactory.newFeaturesBuilder()Returns a new mutable builder with a fluent API for an immutableFeatures.static FeaturesBuilderThingsModelFactory.newFeaturesBuilder(Iterable<Feature> features) Returns a new mutable builder with a fluent API for an immutableFeatures.Removes the Feature with the given ID from this builder.Removes the given Feature from this builder.FeaturesBuilder.removeAll()Removes all previously set Features.Sets the given Feature to this builder.Sets all given Features to this builder.default FeaturesBuilderFeatures.toBuilder()Returns a new mutable builder with a fluent API for an immutableFeatures.