Interface ModifyFeaturesLiveCommandAnswerBuilder.ResponseFactory

    • Method Summary

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

      • created

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

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