Uses of Class
org.eclipse.ditto.things.model.signals.commands.exceptions.FeaturePropertyNotModifiableException.Builder
-
Packages that use FeaturePropertyNotModifiableException.Builder Package Description org.eclipse.ditto.things.model.signals.commands.exceptions -
-
Uses of FeaturePropertyNotModifiableException.Builder in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions that return FeaturePropertyNotModifiableException.Builder Modifier and Type Method Description static FeaturePropertyNotModifiableException.BuilderFeaturePropertyNotModifiableException. newBuilder(ThingId thingId, java.lang.String featureId, org.eclipse.ditto.json.JsonPointer jsonPointer)A mutable builder for aFeaturePropertyNotModifiableException.
-