Interface DeleteFeatureLiveCommandAnswerBuilder.ResponseFactory

    • Method Detail

      • deleted

        @Nonnull
        org.eclipse.ditto.signals.commands.things.modify.DeleteFeatureResponse deleted()
        Builds a DeleteFeatureResponse using the values of the Command.
        Returns:
        the response.
      • featureNotAccessibleError

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse featureNotAccessibleError()
        Builds a ThingErrorResponse indicating that the feature was not accessible.
        Returns:
        the response.
        See Also:
        FeatureNotAccessibleException
      • featureNotModifiableError

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