Interface DeleteThingLiveCommandAnswerBuilder.ResponseFactory

    • Method Detail

      • deleted

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

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse thingNotAccessibleError()
        Builds a ThingErrorResponse indicating that the Thing was not accessible.
        Returns:
        the response.
        See Also:
        ThingNotAccessibleException
      • thingNotDeletableError

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse thingNotDeletableError()
        Builds a ThingErrorResponse indicating that the Thing was not deletable.
        Returns:
        the response.
        See Also:
        ThingNotDeletableException