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