Klasse ValueOperand
java.lang.Object
io.github.primelib.jira4j.restv2.model.ValueOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ValueOperand
extends Object
ValueOperand
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ValueOperand
(String encodedValue, String value) Constructs a validated instance ofValueOperand
.ValueOperand
(Consumer<ValueOperand> spec) Constructs a validated instance ofValueOperand
. -
Methodenübersicht
-
Felddetails
-
encodedValue
Encoded value, which can be used directly in a JQL query. -
value
The operand value.
-
-
Konstruktordetails
-
ValueOperand
Constructs a validated instance ofValueOperand
.- Parameter:
spec
- the specification to process
-
ValueOperand
Constructs a validated instance ofValueOperand
.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
-
encodedValue
Encoded value, which can be used directly in a JQL query. -
value
The operand value. -
encodedValue
Encoded value, which can be used directly in a JQL query.- Gibt zurück:
this
.
-
value
The operand value.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-