Interface DeleteFeaturePropertyLiveCommandAnswerBuilder.ResponseFactory

    • Method Detail

      • deleted

        @Nonnull
        org.eclipse.ditto.signals.commands.things.modify.DeleteFeaturePropertyResponse deleted()
        Builds a DeleteFeaturePropertyResponse 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