Interface ModifyFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertyResponse created()
      Builds a "created" ModifyFeaturePropertyResponse using the values of the Command.
      org.eclipse.ditto.signals.commands.things.ThingErrorResponse featurePropertyNotAccessibleError()
      Builds a ThingErrorResponse indicating that the feature property was not accessible.
      org.eclipse.ditto.signals.commands.things.ThingErrorResponse featurePropertyNotModifiableError()
      Builds a ThingErrorResponse indicating that the feature property was not modifiable.
      org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertyResponse modified()
      Builds a "modified" ModifyFeaturePropertyResponse using the values of the Command.
    • Method Detail

      • created

        @Nonnull
        org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertyResponse created()
        Builds a "created" ModifyFeaturePropertyResponse using the values of the Command.
        Returns:
        the response.
      • modified

        @Nonnull
        org.eclipse.ditto.signals.commands.things.modify.ModifyFeaturePropertyResponse modified()
        Builds a "modified" ModifyFeaturePropertyResponse using the values of the Command.
        Returns:
        the response.
      • featurePropertyNotAccessibleError

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse featurePropertyNotAccessibleError()
        Builds a ThingErrorResponse indicating that the feature property was not accessible.
        Returns:
        the response.
        See Also:
        FeaturePropertyNotAccessibleException
      • featurePropertyNotModifiableError

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse featurePropertyNotModifiableError()
        Builds a ThingErrorResponse indicating that the feature property was not modifiable.
        Returns:
        the response.
        See Also:
        FeaturePropertyNotModifiableException