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