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