Interface DeleteFeatureDefinitionLiveCommandAnswerBuilder.ResponseFactory

    • Method Detail

      • deleted

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

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse featureDefinitionNotAccessibleError()
        Builds a ThingErrorResponse indicating that the Feature Definition was not accessible.
        Returns:
        the response.
        See Also:
        FeaturePropertiesNotAccessibleException
      • featureDefinitionNotModifiableError

        @Nonnull
        org.eclipse.ditto.signals.commands.things.ThingErrorResponse featureDefinitionNotModifiableError()
        Builds a ThingErrorResponse indicating that the Feature Definition was not modifiable.
        Returns:
        the response.
        See Also:
        FeaturePropertiesNotModifiableException