Class ProjectFeedCondition


  • public final class ProjectFeedCondition
    extends java.lang.Object
    • Method Detail

      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.
      • expression

        public java.lang.String expression()
        Returns:
        Textual representation of an expression in Common Expression Language syntax.
      • location

        public java.util.Optional<java.lang.String> location()
        Returns:
        String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.
      • title

        public java.util.Optional<java.lang.String> title()
        Returns:
        Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.