Interface DeleteFeaturesLiveCommandAnswerBuilder.ResponseFactory

    • Method Detail

      • deleted

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

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse featuresNotAccessibleError()
        Builds a ThingErrorResponse indicating that the features were not accessible.
        Returns:
        the response.
        See Also:
        FeaturesNotAccessibleException
      • featuresNotModifiableError

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse featuresNotModifiableError()
        Builds a ThingErrorResponse indicating that the features were not modifiable.
        Returns:
        the response.
        See Also:
        FeaturesNotModifiableException