Klasse JqlQueryClauseOperand.JqlQueryClauseOperandBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlQueryClauseOperand.JqlQueryClauseOperandBuilder
- Umschließende Klasse:
JqlQueryClauseOperand
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe list of function arguments.build()
encodedOperand
(String encodedOperand) Encoded operand, which can be used directly in a JQL query.encodedValue
(String encodedValue) Encoded value, which can be used directly in a JQL query.The name of the function.keyword
(JqlQueryClauseOperand.KeywordEnum keyword) The keyword that is the operand value.toString()
The operand value.values
(List<JqlQueryUnitaryOperand> values) The list of operand values.
-
Methodendetails
-
encodedOperand
Encoded operand, which can be used directly in a JQL query.- Gibt zurück:
this
.
-
values
public JqlQueryClauseOperand.JqlQueryClauseOperandBuilder values(List<JqlQueryUnitaryOperand> values) The list of operand values.- Gibt zurück:
this
.
-
encodedValue
Encoded value, which can be used directly in a JQL query.- Gibt zurück:
this
.
-
value
The operand value.- Gibt zurück:
this
.
-
arguments
The list of function arguments.- Gibt zurück:
this
.
-
function
The name of the function.- Gibt zurück:
this
.
-
keyword
public JqlQueryClauseOperand.JqlQueryClauseOperandBuilder keyword(JqlQueryClauseOperand.KeywordEnum keyword) The keyword that is the operand value.- Gibt zurück:
this
.
-
build
-
toString
-