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