Interface DeleteAttributesLiveCommandAnswerBuilder.ResponseFactory

    • Method Detail

      • deleted

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

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse attributesNotAccessibleError()
        Builds a ThingErrorResponse indicating that the attributes were not accessible.
        Returns:
        the response.
        See Also:
        AttributesNotAccessibleException
      • attributesNotModifiableError

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