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