Uses of Interface
org.eclipse.ditto.things.model.FeatureBuilder.FromCopyBuildable
Packages that use FeatureBuilder.FromCopyBuildable
-
Uses of FeatureBuilder.FromCopyBuildable in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return FeatureBuilder.FromCopyBuildableModifier and TypeMethodDescriptionFeatureBuilder.FromCopyBuildable.definition(FeatureDefinition featureDefinition) Sets the specified Definition to the Feature to be built.FeatureBuilder.FromCopyBuildable.desiredProperties(UnaryOperator<FeatureProperties> transform) Calls the giventransformfunction with the currently set desired properties of this builder.FeatureBuilder.FromCopyBuildable.desiredProperties(org.eclipse.ditto.json.JsonObject desiredProperties) Sets the desired properties of the Feature.FeatureBuilder.FromCopyBuildable.desiredProperties(FeatureProperties desiredProperties) Sets the desired properties of the Feature.ThingsModelFactory.newFeatureBuilder(Feature feature) Returns a new builder for an immutableFeaturewhich is initialised with the values of the given Feature.FeatureBuilder.FromCopyBuildable.properties(Function<FeatureProperties, FeatureProperties> transform) Calls the giventransformfunction with the currently set properties of this builder.FeatureBuilder.FromCopyBuildable.properties(org.eclipse.ditto.json.JsonObject properties) Sets the properties of the Feature.FeatureBuilder.FromCopyBuildable.properties(FeatureProperties properties) Sets the properties of the Feature.default FeatureBuilder.FromCopyBuildableSets the given Feature ID to this builder.Sets the given Feature ID to this builder.default FeatureBuilder.FromCopyBuildableFeature.toBuilder()Returns a new builder for an immutableFeaturewhich is initialised with the values of the this Feature object.