Uses of Interface
org.eclipse.ditto.things.model.FeatureDefinitionBuilder
Packages that use FeatureDefinitionBuilder
-
Uses of FeatureDefinitionBuilder in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return FeatureDefinitionBuilderModifier and TypeMethodDescriptionFeatureDefinitionBuilder.add(CharSequence identifier) Adds the specified Identifier to this builder if it is not already present.<T extends CharSequence>
FeatureDefinitionBuilderAdds all of the Identifiers in the specified Iterable to this builder if they're not already present.static FeatureDefinitionBuilderThingsModelFactory.newFeatureDefinitionBuilder(CharSequence firstIdentifier) Parses the specified CharSequence and returns a mutable builder with a fluent API for an immutableFeatureDefinition.static FeatureDefinitionBuilderThingsModelFactory.newFeatureDefinitionBuilder(org.eclipse.ditto.json.JsonArray jsonArray) Returns a new builder for an immutableFeatureDefinitionwhich is initialised with the values of the given JSON array.FeatureDefinitionBuilder.remove(CharSequence identifier) Removes the specified Identifier from this builder if it is present.<T extends CharSequence>
FeatureDefinitionBuilderRemoves from this builder all of its Identifiers that are contained in the specified Iterable.