Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertiesResponse
Packages that use ModifyFeatureDesiredPropertiesResponse
-
Uses of ModifyFeatureDesiredPropertiesResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyFeatureDesiredPropertiesResponseModifier and TypeMethodDescriptionModifyFeatureDesiredPropertiesResponse.created(ThingId thingId, CharSequence featureId, FeatureProperties desiredProperties, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureDesiredPropertiesResponsefor created desired properties of aFeature.ModifyFeatureDesiredPropertiesResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyFeatureDesiredPropertiescommand from a JSON string.ModifyFeatureDesiredPropertiesResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyFeatureDesiredPropertiescommand from a JSON object.ModifyFeatureDesiredPropertiesResponse.modified(ThingId thingId, CharSequence featureId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureDesiredPropertiesResponsefor modified desired properties of aFeature.ModifyFeatureDesiredPropertiesResponse.newInstance(ThingId thingId, CharSequence featureId, FeatureProperties desiredPropertiesCreated, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyFeatureDesiredPropertiesResponsefor the specified arguments.ModifyFeatureDesiredPropertiesResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyFeatureDesiredPropertiesResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)