Class JqlQueryUnitaryOperand

java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryUnitaryOperand

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class JqlQueryUnitaryOperand extends Object
JqlQueryUnitaryOperand
  • Field Details

    • encodedValue

      protected String encodedValue
      Encoded value, which can be used directly in a JQL query.
    • value

      protected String value
      The operand value.
    • arguments

      protected List<String> arguments
      The list of function arguments.
    • encodedOperand

      protected String encodedOperand
      Encoded operand, which can be used directly in a JQL query.
    • function

      protected String function
      The name of the function.
    • keyword

      The keyword that is the operand value.
  • Constructor Details

    • JqlQueryUnitaryOperand

      public JqlQueryUnitaryOperand(Consumer<JqlQueryUnitaryOperand> spec)
      Constructs a validated instance of JqlQueryUnitaryOperand.
      Parameters:
      spec - the specification to process
    • JqlQueryUnitaryOperand

      @Internal public JqlQueryUnitaryOperand(String encodedValue, String value, List<String> arguments, String encodedOperand, String function, JqlQueryUnitaryOperand.KeywordEnum keyword)
      Constructs a validated instance of JqlQueryUnitaryOperand.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using JqlQueryUnitaryOperand(Consumer) instead.

      Parameters:
      encodedValue - Encoded value, which can be used directly in a JQL query.
      value - The operand value.
      arguments - The list of function arguments.
      encodedOperand - Encoded operand, which can be used directly in a JQL query.
      function - The name of the function.
      keyword - The keyword that is the operand value.
    • JqlQueryUnitaryOperand

      protected JqlQueryUnitaryOperand()
  • Method Details