Interface ModifyFeaturePropertyLiveCommand

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.eclipse.ditto.base.model.signals.commands.Command

        org.eclipse.ditto.base.model.signals.commands.Command.Category, org.eclipse.ditto.base.model.signals.commands.Command.JsonFields
      • Nested classes/interfaces inherited from interface org.eclipse.ditto.base.model.json.Jsonifiable

        org.eclipse.ditto.base.model.json.Jsonifiable.WithFieldSelector, org.eclipse.ditto.base.model.json.Jsonifiable.WithFieldSelectorAndPredicate<T extends java.lang.Object>, org.eclipse.ditto.base.model.json.Jsonifiable.WithPointer<J extends org.eclipse.ditto.json.JsonValue>, org.eclipse.ditto.base.model.json.Jsonifiable.WithPredicate<J extends org.eclipse.ditto.json.JsonValue,​T extends java.lang.Object>
      • Nested classes/interfaces inherited from interface org.eclipse.ditto.things.model.signals.commands.ThingCommand

        org.eclipse.ditto.things.model.signals.commands.ThingCommand.JsonFields
    • Field Summary

      • Fields inherited from interface org.eclipse.ditto.base.model.signals.commands.Command

        TYPE_QUALIFIER
      • Fields inherited from interface org.eclipse.ditto.base.model.signals.Signal

        CHANNEL_LIVE, CHANNEL_TWIN
      • Fields inherited from interface org.eclipse.ditto.things.model.signals.commands.ThingCommand

        RESOURCE_TYPE, TYPE_PREFIX
      • Fields inherited from interface org.eclipse.ditto.base.model.signals.WithType

        MESSAGES_COMMAND_RESPONSES_PREFIX, MESSAGES_COMMANDS_PREFIX, POLICY_ANNOUNCEMENT_PREFIX, THINGS_COMMAND_RESPONSES_PREFIX, THINGS_COMMANDS_PREFIX, THINGS_EVENTS_PREFIX
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.ditto.json.JsonPointer getPropertyPointer()
      Returns the JSON pointer of the Property to modify.
      org.eclipse.ditto.json.JsonValue getPropertyValue()
      Returns the value of the Property to modify.
      • Methods inherited from interface org.eclipse.ditto.base.model.signals.commands.Command

        getCategory, getImplementedSchemaVersion, toJson, toJson
      • Methods inherited from interface org.eclipse.ditto.base.model.json.Jsonifiable

        getLatestSchemaVersion, getSupportedSchemaVersions, implementsSchemaVersion, implementsSchemaVersion, toJsonString
      • Methods inherited from interface org.eclipse.ditto.base.model.json.Jsonifiable.WithPredicate

        toJson, toJsonString, toJsonString
      • Methods inherited from interface org.eclipse.ditto.client.live.commands.base.LiveCommand

        answer
      • Methods inherited from interface org.eclipse.ditto.base.model.signals.Signal

        getName
      • Methods inherited from interface org.eclipse.ditto.things.model.signals.commands.ThingCommand

        getEntityType, getResourceType, getTypePrefix
      • Methods inherited from interface org.eclipse.ditto.things.model.signals.commands.modify.ThingModifyCommand

        changesAuthorization, setDittoHeaders
      • Methods inherited from interface org.eclipse.ditto.base.model.headers.WithDittoHeaders

        getDittoHeaders
      • Methods inherited from interface org.eclipse.ditto.base.model.signals.WithFeatureId

        getFeatureId
      • Methods inherited from interface org.eclipse.ditto.base.model.headers.WithManifest

        getManifest
      • Methods inherited from interface org.eclipse.ditto.base.model.signals.WithOptionalEntity

        getEntity, getEntity, setEntity
      • Methods inherited from interface org.eclipse.ditto.base.model.signals.WithResource

        getResourcePath
      • Methods inherited from interface org.eclipse.ditto.things.model.WithThingId

        getEntityId
      • Methods inherited from interface org.eclipse.ditto.base.model.signals.WithType

        getType
    • Method Detail

      • getPropertyPointer

        @Nonnull
        org.eclipse.ditto.json.JsonPointer getPropertyPointer()
        Returns the JSON pointer of the Property to modify.
        Returns:
        the JSON pointer.
        See Also:
        ModifyFeatureProperty.getPropertyPointer()
      • getPropertyValue

        @Nonnull
        org.eclipse.ditto.json.JsonValue getPropertyValue()
        Returns the value of the Property to modify.
        Returns:
        the value.
        See Also:
        ModifyFeatureProperty.getPropertyValue()