Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureProperty
Packages that use DeleteFeatureProperty
-
Uses of DeleteFeatureProperty in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteFeaturePropertyModifier and TypeMethodDescriptionstatic DeleteFeaturePropertyDeleteFeatureProperty.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newDeleteFeaturePropertyfrom a JSON string.static DeleteFeaturePropertyDeleteFeatureProperty.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a newDeleteFeaturePropertyfrom a JSON object.static DeleteFeaturePropertyDeleteFeatureProperty.of(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonPointer propertyPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a Command for deleting a Feature's Property on a Thing.DeleteFeatureProperty.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) DeleteFeatureProperty.setEntity(org.eclipse.ditto.json.JsonValue entity)