FeatureBuilder.FromScratchBuildable |
FeatureBuilder.FromScratchBuildable.definition(FeatureDefinition featureDefinition) |
Sets the specified Definition to the Feature to be built.
|
FeatureBuilder.FromScratchBuildable |
FeatureBuilder.FromScratchBuildable.desiredProperties(org.eclipse.ditto.json.JsonObject desiredProperties) |
Sets the desired properties of the Feature.
|
FeatureBuilder.FromScratchBuildable |
FeatureBuilder.FromScratchBuildable.desiredProperties(FeatureProperties desiredProperties) |
Sets the desired properties of the Feature.
|
static FeatureBuilder.FromScratchBuildable |
Feature.newBuilder() |
Returns a new empty builder for an immutable Feature.
|
static FeatureBuilder.FromScratchBuildable |
ThingsModelFactory.newFeatureBuilder() |
Returns a new builder for an immutable Feature from scratch with a fluent API.
|
FeatureBuilder.FromScratchBuildable |
FeatureBuilder.FromScratchBuildable.properties(org.eclipse.ditto.json.JsonObject properties) |
Sets the properties of the Feature.
|
FeatureBuilder.FromScratchBuildable |
FeatureBuilder.FromScratchBuildable.properties(FeatureProperties properties) |
Sets the properties of the Feature.
|