Uses of Class
org.eclipse.ditto.things.model.signals.commands.query.RetrieveFeaturesResponse
Packages that use RetrieveFeaturesResponse
-
Uses of RetrieveFeaturesResponse in org.eclipse.ditto.things.model.signals.commands.query
Methods in org.eclipse.ditto.things.model.signals.commands.query that return RetrieveFeaturesResponseModifier and TypeMethodDescriptionstatic RetrieveFeaturesResponseRetrieveFeaturesResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeaturescommand from a JSON string.static RetrieveFeaturesResponseRetrieveFeaturesResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeaturescommand from a JSON object.static RetrieveFeaturesResponseRetrieveFeaturesResponse.newInstance(ThingId thingId, Features features, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofRetrieveFeaturesResponsefor the specified arguments.static RetrieveFeaturesResponseRetrieveFeaturesResponse.of(ThingId thingId, org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeaturescommand.static RetrieveFeaturesResponseRetrieveFeaturesResponse.of(ThingId thingId, Features features, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aRetrieveFeaturescommand.RetrieveFeaturesResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) RetrieveFeaturesResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)