Uses of Class
org.eclipse.ditto.things.model.signals.commands.modify.ModifyAttributesResponse
Packages that use ModifyAttributesResponse
-
Uses of ModifyAttributesResponse in org.eclipse.ditto.things.model.signals.commands.modify
Methods in org.eclipse.ditto.things.model.signals.commands.modify that return ModifyAttributesResponseModifier and TypeMethodDescriptionstatic ModifyAttributesResponseModifyAttributesResponse.created(ThingId thingId, Attributes attributes, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyAttributesResponsefor a created Attributes.static ModifyAttributesResponseModifyAttributesResponse.fromJson(String jsonString, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyAttributescommand from a JSON string.static ModifyAttributesResponseModifyAttributesResponse.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Creates a response to aModifyAttributescommand from a JSON object.static ModifyAttributesResponseModifyAttributesResponse.modified(ThingId thingId, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a newModifyAttributesResponsefor a modified Attributes.static ModifyAttributesResponseModifyAttributesResponse.newInstance(ThingId thingId, Attributes attributes, org.eclipse.ditto.base.model.common.HttpStatus httpStatus, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Returns a new instance ofModifyAttributesResponsefor the specified arguments.ModifyAttributesResponse.setDittoHeaders(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) ModifyAttributesResponse.setEntity(org.eclipse.ditto.json.JsonValue entity)