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