FeatureBuilder.FromCopyBuildable |
FeatureBuilder.FromCopyBuildable.definition(FeatureDefinition featureDefinition) |
Sets the specified Definition to the Feature to be built.
|
FeatureBuilder.FromCopyBuildable |
FeatureBuilder.FromCopyBuildable.desiredProperties(java.util.function.UnaryOperator<FeatureProperties> transform) |
Calls the given transform function with the currently set desired properties of this builder.
|
FeatureBuilder.FromCopyBuildable |
FeatureBuilder.FromCopyBuildable.desiredProperties(org.eclipse.ditto.json.JsonObject desiredProperties) |
Sets the desired properties of the Feature.
|
FeatureBuilder.FromCopyBuildable |
FeatureBuilder.FromCopyBuildable.desiredProperties(FeatureProperties desiredProperties) |
Sets the desired properties of the Feature.
|
static FeatureBuilder.FromCopyBuildable |
ThingsModelFactory.newFeatureBuilder(Feature feature) |
Returns a new builder for an immutable Feature which is initialised with the values of the given Feature.
|
FeatureBuilder.FromCopyBuildable |
FeatureBuilder.FromCopyBuildable.properties(java.util.function.Function<FeatureProperties,FeatureProperties> transform) |
Calls the given transform function with the currently set properties of this builder.
|
FeatureBuilder.FromCopyBuildable |
FeatureBuilder.FromCopyBuildable.properties(org.eclipse.ditto.json.JsonObject properties) |
Sets the properties of the Feature.
|
FeatureBuilder.FromCopyBuildable |
FeatureBuilder.FromCopyBuildable.properties(FeatureProperties properties) |
Sets the properties of the Feature.
|
default FeatureBuilder.FromCopyBuildable |
FeatureBuilder.FromCopyBuildable.setId(java.lang.String featureId) |
Sets the given Feature ID to this builder.
|
FeatureBuilder.FromCopyBuildable |
FeatureBuilder.FromCopyBuildable.setId(java.util.function.Predicate<java.lang.String> existingIdPredicate,
java.lang.String featureId) |
Sets the given Feature ID to this builder.
|
default FeatureBuilder.FromCopyBuildable |
Feature.toBuilder() |
Returns a new builder for an immutable Feature which is initialised with the values of the this
Feature object.
|