Klasse ValueOperand

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

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

    • encodedValue

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

      protected String value
      The operand value.
  • Konstruktordetails

    • ValueOperand

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

      @Internal public ValueOperand(String encodedValue, String value)
      Constructs a validated instance of ValueOperand.

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

      Parameter:
      encodedValue - Encoded value, which can be used directly in a JQL query.
      value - The operand value.
    • ValueOperand

      protected ValueOperand()
  • Methodendetails

    • builder

      public static ValueOperand.ValueOperandBuilder builder()
    • encodedValue

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

      public String value()
      The operand value.
    • encodedValue

      public ValueOperand encodedValue(String encodedValue)
      Encoded value, which can be used directly in a JQL query.
      Gibt zurück:
      this.
    • value

      public ValueOperand value(String value)
      The operand value.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object