- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
-
- Type Parameters:
T - the type of the implementing class.
- All Superinterfaces:
- org.eclipse.ditto.signals.commands.base.CommandResponse<T>, org.eclipse.ditto.model.base.json.Jsonifiable<org.eclipse.ditto.json.JsonObject>, org.eclipse.ditto.model.base.json.Jsonifiable.WithPredicate<org.eclipse.ditto.json.JsonObject,org.eclipse.ditto.json.JsonField>, org.eclipse.ditto.signals.base.Signal<T>, ThingCommandResponse<T>, org.eclipse.ditto.model.base.headers.WithDittoHeaders<T>, org.eclipse.ditto.signals.base.WithId, org.eclipse.ditto.model.base.headers.WithManifest, org.eclipse.ditto.signals.base.WithName, org.eclipse.ditto.signals.base.WithOptionalEntity, org.eclipse.ditto.signals.base.WithResource, org.eclipse.ditto.signals.base.WithThingId, org.eclipse.ditto.signals.base.WithType
- All Known Implementing Classes:
- CreateThingResponse, DeleteAclEntryResponse, DeleteAttributeResponse, DeleteAttributesResponse, DeleteFeaturePropertiesResponse, DeleteFeaturePropertyResponse, DeleteFeatureResponse, DeleteFeaturesResponse, DeleteThingResponse, ModifyAclEntryResponse, ModifyAclResponse, ModifyAttributeResponse, ModifyAttributesResponse, ModifyFeaturePropertiesResponse, ModifyFeaturePropertyResponse, ModifyFeatureResponse, ModifyFeaturesResponse, ModifyPolicyIdResponse, ModifyThingResponse
public interface ThingModifyCommandResponse<T extends ThingModifyCommandResponse>
extends ThingCommandResponse<T>, org.eclipse.ditto.signals.base.WithOptionalEntity
Aggregates all ThingCommandResponses which modify the state of a Thing.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.ditto.model.base.json.Jsonifiable
org.eclipse.ditto.model.base.json.Jsonifiable.WithFieldSelector, org.eclipse.ditto.model.base.json.Jsonifiable.WithFieldSelectorAndPredicate<T>, org.eclipse.ditto.model.base.json.Jsonifiable.WithPointer<J extends org.eclipse.ditto.json.JsonValue>, org.eclipse.ditto.model.base.json.Jsonifiable.WithPredicate<J extends org.eclipse.ditto.json.JsonValue,T>
-
Field Summary
-
Fields inherited from interface org.eclipse.ditto.signals.commands.base.CommandResponse
TYPE_QUALIFIER
-
Method Summary
-
Methods inherited from interface org.eclipse.ditto.signals.commands.base.CommandResponse
getImplementedSchemaVersion, getStatusCode, getStatusCodeValue, toJson, toJson
-
Methods inherited from interface org.eclipse.ditto.signals.base.Signal
getName
-
Methods inherited from interface org.eclipse.ditto.model.base.json.Jsonifiable.WithPredicate
toJson, toJsonString, toJsonString
-
Methods inherited from interface org.eclipse.ditto.model.base.json.Jsonifiable
getLatestSchemaVersion, getSupportedSchemaVersions, implementsSchemaVersion, implementsSchemaVersion, toJsonString
-
Methods inherited from interface org.eclipse.ditto.model.base.headers.WithDittoHeaders
getDittoHeaders
-
Methods inherited from interface org.eclipse.ditto.model.base.headers.WithManifest
getManifest
-
Methods inherited from interface org.eclipse.ditto.signals.base.WithType
getType
-
Methods inherited from interface org.eclipse.ditto.signals.base.WithResource
getResourcePath
-
Methods inherited from interface org.eclipse.ditto.signals.base.WithThingId
getThingId
-
Methods inherited from interface org.eclipse.ditto.signals.base.WithOptionalEntity
getEntity, getEntity
- Summary:
- Nested |
- Field |
- Constr |
- Method
- Detail:
- Field |
- Constr |
- Method
Copyright © 2017–2018 Eclipse Foundation. All rights reserved.