Interface DeleteFeatureDefinitionLiveCommand
-
- All Superinterfaces:
org.eclipse.ditto.signals.commands.base.Command<DeleteFeatureDefinitionLiveCommand>,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>,LiveCommand<DeleteFeatureDefinitionLiveCommand,DeleteFeatureDefinitionLiveCommandAnswerBuilder>,org.eclipse.ditto.signals.base.Signal<DeleteFeatureDefinitionLiveCommand>,org.eclipse.ditto.signals.commands.things.ThingCommand<DeleteFeatureDefinitionLiveCommand>,org.eclipse.ditto.signals.commands.things.modify.ThingModifyCommand<DeleteFeatureDefinitionLiveCommand>,org.eclipse.ditto.model.base.headers.WithDittoHeaders<DeleteFeatureDefinitionLiveCommand>,org.eclipse.ditto.model.base.entity.type.WithEntityType,org.eclipse.ditto.signals.base.WithFeatureId,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.model.things.WithThingId,org.eclipse.ditto.signals.base.WithType
public interface DeleteFeatureDefinitionLiveCommand extends LiveCommand<DeleteFeatureDefinitionLiveCommand,DeleteFeatureDefinitionLiveCommandAnswerBuilder>, org.eclipse.ditto.signals.commands.things.modify.ThingModifyCommand<DeleteFeatureDefinitionLiveCommand>, org.eclipse.ditto.signals.base.WithFeatureId
DeleteFeatureDefinitionlive command giving access to the command and all of its special accessors. Also the entry point for creating aDeleteFeatureDefinitionLiveCommandAnswerBuilderas answer for an incoming command.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.ditto.signals.commands.base.Command
org.eclipse.ditto.signals.commands.base.Command.Category, org.eclipse.ditto.signals.commands.base.Command.JsonFields
-
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 extends Object>, 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 extends Object>
-
-
Method Summary
-
Methods inherited from interface org.eclipse.ditto.signals.commands.base.Command
getCategory, getImplementedSchemaVersion, toJson, toJson
-
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.json.Jsonifiable.WithPredicate
toJson, toJsonString, toJsonString
-
Methods inherited from interface org.eclipse.ditto.signals.commands.live.base.LiveCommand
answer
-
Methods inherited from interface org.eclipse.ditto.signals.commands.things.ThingCommand
getEntityId, getEntityType, getResourceType, getTypePrefix
-
Methods inherited from interface org.eclipse.ditto.signals.commands.things.modify.ThingModifyCommand
changesAuthorization, setDittoHeaders
-
Methods inherited from interface org.eclipse.ditto.model.base.headers.WithDittoHeaders
getDittoHeaders
-
Methods inherited from interface org.eclipse.ditto.signals.base.WithOptionalEntity
getEntity, getEntity
-
-