Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeatureResponse
Packages that use RetrieveFeatureResponse
-
Uses of RetrieveFeatureResponse in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveFeatureResponseModifier and TypeMethodDescriptionstatic RetrieveFeatureResponseRetrieveFeatureResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeaturecommand from a JSON string.static RetrieveFeatureResponseRetrieveFeatureResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeaturecommand from a JSON object.static RetrieveFeatureResponseRetrieveFeatureResponse.newInstance(ThingId thingId, Feature feature, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveFeatureResponsefor the specified arguments.static RetrieveFeatureResponseRetrieveFeatureResponse.of(ThingId thingId, String featureId, org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeaturecommand.static RetrieveFeatureResponseRetrieveFeatureResponse.of(ThingId thingId, Feature feature, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeaturecommand.RetrieveFeatureResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) RetrieveFeatureResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)