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