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