Interface ModifyFeatureLiveCommandAnswerBuilder.ResponseFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureResponse created()
      Builds a "created" ModifyFeatureResponse using the values of the Command.
      org.eclipse.ditto.signals.commands.things.ThingErrorResponse featureNotAccessibleError()
      Builds a ThingErrorResponse indicating that the feature was not accessible.
      org.eclipse.ditto.signals.commands.things.ThingErrorResponse featureNotModifiableError()
      Builds a ThingErrorResponse indicating that the feature was not modifiable.
      org.eclipse.ditto.signals.commands.things.modify.ModifyFeatureResponse modified()
      Builds a "modified" ModifyFeatureResponse using the values of the Command.
    • Method Detail

      • created

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

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

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse featureNotAccessibleError()
        Builds a ThingErrorResponse indicating that the feature was not accessible.
        Returns:
        the response.
        See Also:
        FeatureNotAccessibleException
      • featureNotModifiableError

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