Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.DeleteFeaturePropertiesResponse
Packages that use DeleteFeaturePropertiesResponse
-
Uses of DeleteFeaturePropertiesResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return DeleteFeaturePropertiesResponseModifier and TypeMethodDescriptionDeleteFeaturePropertiesResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteFeaturePropertiescommand from a JSON string.DeleteFeaturePropertiesResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteFeaturePropertiescommand from a JSON object.DeleteFeaturePropertiesResponse.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 ofDeleteFeaturePropertiesResponsefor the specified arguments.DeleteFeaturePropertiesResponse.of(ThingId thingId, String featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aDeleteFeaturePropertiescommand.DeleteFeaturePropertiesResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) DeleteFeaturePropertiesResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)