Klasse ListOperand

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class ListOperand extends Object
ListOperand
  • Felddetails

    • encodedOperand

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

      protected List<JqlQueryUnitaryOperand> values
      The list of operand values.
  • Konstruktordetails

    • ListOperand

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

      @Internal public ListOperand(String encodedOperand, List<JqlQueryUnitaryOperand> values)
      Constructs a validated instance of ListOperand.

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

      Parameter:
      encodedOperand - Encoded operand, which can be used directly in a JQL query.
      values - The list of operand values.
    • ListOperand

      protected ListOperand()
  • Methodendetails