Interface ModifyAttributesLiveCommandAnswerBuilder.ResponseFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.ditto.signals.commands.things.ThingErrorResponse attributesNotAccessibleError()
      Builds a ThingErrorResponse indicating that the attributes were not accessible.
      org.eclipse.ditto.signals.commands.things.ThingErrorResponse attributesNotModifiableError()
      Builds a ThingErrorResponse indicating that the attributes were not modifiable.
      org.eclipse.ditto.signals.commands.things.modify.ModifyAttributesResponse created()
      Builds a "created" ModifyAttributesResponse using the values of the Command.
      org.eclipse.ditto.signals.commands.things.modify.ModifyAttributesResponse modified()
      Builds a "modified" ModifyAttributesResponse using the values of the Command.
    • Method Detail

      • created

        @Nonnull
        org.eclipse.ditto.signals.commands.things.modify.ModifyAttributesResponse created()
        Builds a "created" ModifyAttributesResponse using the values of the Command.
        Returns:
        the response.
      • modified

        @Nonnull
        org.eclipse.ditto.signals.commands.things.modify.ModifyAttributesResponse modified()
        Builds a "modified" ModifyAttributesResponse 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