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