T - the type of the implementing class.public interface ThingModifyCommand<T extends ThingModifyCommand> extends ThingCommand<T>, org.eclipse.ditto.signals.base.WithOptionalEntity
ThingCommands which modify the state of a Thing.ThingCommand.JsonFieldsorg.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>RESOURCE_TYPE, TYPE_PREFIX| Modifier and Type | Method and Description |
|---|---|
boolean |
changesAuthorization()
Checks whether this command may change authorization of the Thing.
|
T |
setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders) |
getId, getResourceType, getTypePrefixgetImplementedSchemaVersion, toJson, toJsontoJson, toJsonString, toJsonStringgetLatestSchemaVersion, getSupportedSchemaVersions, implementsSchemaVersion, implementsSchemaVersion, toJsonStringT setDittoHeaders(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
setDittoHeaders in interface org.eclipse.ditto.signals.commands.base.Command<T extends ThingModifyCommand>setDittoHeaders in interface ThingCommand<T extends ThingModifyCommand>setDittoHeaders in interface org.eclipse.ditto.model.base.headers.WithDittoHeaders<T extends ThingModifyCommand>boolean changesAuthorization()
true if authorization would change, false otherwise.Copyright © 2017–2018 Eclipse Foundation. All rights reserved.