Klasse JqlQueryUnitaryOperand.JqlQueryUnitaryOperandBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlQueryUnitaryOperand.JqlQueryUnitaryOperandBuilder
- Umschließende Klasse:
JqlQueryUnitaryOperand
-
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.The keyword that is the operand value.toString()
The operand value.
-
Methodendetails
-
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
.
-
encodedOperand
Encoded operand, which can be used directly in a JQL query.- Gibt zurück:
this
.
-
function
The name of the function.- Gibt zurück:
this
.
-
keyword
public JqlQueryUnitaryOperand.JqlQueryUnitaryOperandBuilder keyword(JqlQueryUnitaryOperand.KeywordEnum keyword) The keyword that is the operand value.- Gibt zurück:
this
.
-
build
-
toString
-