Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeatureDesiredPropertyResponse
Packages that use ModifyFeatureDesiredPropertyResponse
-
Uses of ModifyFeatureDesiredPropertyResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyFeatureDesiredPropertyResponseModifier and TypeMethodDescriptionModifyFeatureDesiredPropertyResponse.created(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.json.JsonValue desiredValue, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureDesiredPropertyResponsefor a created desired property.ModifyFeatureDesiredPropertyResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyFeatureDesiredPropertycommand from a JSON string.ModifyFeatureDesiredPropertyResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyFeatureDesiredPropertycommand from a JSON object.ModifyFeatureDesiredPropertyResponse.modified(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeatureDesiredPropertyResponsefor a modified desired property.ModifyFeatureDesiredPropertyResponse.newInstance(ThingId thingId, CharSequence featureId, org.eclipse.ditto.json.JsonPointer desiredPropertyPointer, org.eclipse.ditto.json.JsonValue desiredPropertyValue, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyFeatureDesiredPropertyResponsefor the specified arguments.ModifyFeatureDesiredPropertyResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyFeatureDesiredPropertyResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)