Interface DeleteFeaturePropertiesLiveCommandAnswerBuilder.ResponseFactory

    • Method Detail

      • deleted

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

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse featurePropertiesNotAccessibleError()
        Builds a ThingErrorResponse indicating that the feature properties were not accessible.
        Returns:
        the response.
        See Also:
        FeaturePropertiesNotAccessibleException
      • featurePropertiesNotModifiableError

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse featurePropertiesNotModifiableError()
        Builds a ThingErrorResponse indicating that the feature properties were not modifiable.
        Returns:
        the response.
        See Also:
        FeaturePropertiesNotModifiableException