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
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
Encoded operand, which can be used directly in a JQL query.protected List<JqlQueryUnitaryOperand>
The list of operand values. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
ListOperand
(String encodedOperand, List<JqlQueryUnitaryOperand> values) Constructs a validated instance ofListOperand
.ListOperand
(Consumer<ListOperand> spec) Constructs a validated instance ofListOperand
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
Encoded operand, which can be used directly in a JQL query.encodedOperand
(String encodedOperand) Encoded operand, which can be used directly in a JQL query.boolean
int
hashCode()
toString()
values()
The list of operand values.values
(List<JqlQueryUnitaryOperand> values) The list of operand values.
-
Felddetails
-
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
values
The list of operand values.
-
-
Konstruktordetails
-
ListOperand
Constructs a validated instance ofListOperand
.- Parameter:
spec
- the specification to process
-
ListOperand
Constructs a validated instance ofListOperand
.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
-
builder
-
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
values
The list of operand values. -
encodedOperand
Encoded operand, which can be used directly in a JQL query.- Gibt zurück:
this
.
-
values
The list of operand values.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-