Interface RetrieveAttributeLiveCommand
-
- All Superinterfaces:
org.eclipse.ditto.signals.commands.base.Command<RetrieveAttributeLiveCommand>,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<RetrieveAttributeLiveCommand,RetrieveAttributeLiveCommandAnswerBuilder>,org.eclipse.ditto.signals.base.Signal<RetrieveAttributeLiveCommand>,org.eclipse.ditto.signals.commands.things.ThingCommand<RetrieveAttributeLiveCommand>,org.eclipse.ditto.signals.commands.things.query.ThingQueryCommand<RetrieveAttributeLiveCommand>,org.eclipse.ditto.model.base.headers.WithDittoHeaders<RetrieveAttributeLiveCommand>,org.eclipse.ditto.model.base.entity.type.WithEntityType,org.eclipse.ditto.signals.base.WithId,org.eclipse.ditto.model.base.headers.WithManifest,org.eclipse.ditto.signals.base.WithName,org.eclipse.ditto.signals.base.WithResource,org.eclipse.ditto.model.things.WithThingId,org.eclipse.ditto.signals.base.WithType
public interface RetrieveAttributeLiveCommand extends LiveCommand<RetrieveAttributeLiveCommand,RetrieveAttributeLiveCommandAnswerBuilder>, org.eclipse.ditto.signals.commands.things.query.ThingQueryCommand<RetrieveAttributeLiveCommand>
RetrieveAttributelive command giving access to the command and all of its special accessors. Also the entry point for creating aRetrieveAttributeLiveCommandAnswerBuildercapable of answering incoming commands.
-
-
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.ditto.json.JsonPointergetAttributePointer()Returns the JSON pointer of the attribute to retrieve.-
Methods inherited from interface org.eclipse.ditto.signals.commands.base.Command
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.query.ThingQueryCommand
getCategory, getSelectedFields, setDittoHeaders
-
Methods inherited from interface org.eclipse.ditto.model.base.headers.WithDittoHeaders
getDittoHeaders
-
-
-
-
Method Detail
-
getAttributePointer
@Nonnull org.eclipse.ditto.json.JsonPointer getAttributePointer()
Returns the JSON pointer of the attribute to retrieve.- Returns:
- the JSON pointer.
-
-