Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeatureResponse
Packages that use DeleteFeatureResponse
-
Uses of DeleteFeatureResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteFeatureResponseModifier and TypeMethodDescriptionstatic DeleteFeatureResponseDeleteFeatureResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteFeaturecommand from a JSON string.static DeleteFeatureResponseDeleteFeatureResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteFeaturecommand from a JSON object.static DeleteFeatureResponseDeleteFeatureResponse.newInstance(ThingId thingId, CharSequence featureId, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofDeleteFeatureResponsefor the specified arguments.static DeleteFeatureResponseDeleteFeatureResponse.of(ThingId thingId, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteFeaturecommand.DeleteFeatureResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) DeleteFeatureResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)