Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturesResponse
-
Packages that use DeleteFeaturesResponse Package Description org.eclipse.ditto.things.model.signals.commands.modify -
-
Uses of DeleteFeaturesResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteFeaturesResponse Modifier and Type Method Description static DeleteFeaturesResponseDeleteFeaturesResponse. fromJson(java.lang.String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeaturescommand from a JSON string.static DeleteFeaturesResponseDeleteFeaturesResponse. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeaturescommand from a JSON object.static DeleteFeaturesResponseDeleteFeaturesResponse. of(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Creates a response to aDeleteFeaturescommand.DeleteFeaturesResponseDeleteFeaturesResponse. setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)
-