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