Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyFeaturesResponse
Packages that use ModifyFeaturesResponse
-
Uses of ModifyFeaturesResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyFeaturesResponseModifier and TypeMethodDescriptionstatic ModifyFeaturesResponseModifyFeaturesResponse.created(ThingId thingId, Features features, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeaturesResponsefor a created Feature.static ModifyFeaturesResponseModifyFeaturesResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyFeaturescommand from a JSON string.static ModifyFeaturesResponseModifyFeaturesResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyFeaturescommand from a JSON object.static ModifyFeaturesResponseModifyFeaturesResponse.modified(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyFeaturesResponsefor a modified Feature.static ModifyFeaturesResponseModifyFeaturesResponse.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 ofModifyFeaturesResponsefor the specified arguments.ModifyFeaturesResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyFeaturesResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)