Interface DeleteAttributeLiveCommandAnswerBuilder.ResponseFactory

    • Method Detail

      • deleted

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

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse attributeNotAccessibleError()
        Builds a ThingErrorResponse indicating that the attribute was not accessible.
        Returns:
        the response.
        See Also:
        AttributeNotAccessibleException
      • attributeNotModifiableError

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