Class JqlQueryClauseOperand.JqlQueryClauseOperandBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlQueryClauseOperand.JqlQueryClauseOperandBuilder
- Enclosing class:
- JqlQueryClauseOperand
-
Method Summary
Modifier and TypeMethodDescriptionThe 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.
-
Method Details
-
encodedOperand
Encoded operand, which can be used directly in a JQL query.- Returns:
this
.
-
values
public JqlQueryClauseOperand.JqlQueryClauseOperandBuilder values(List<JqlQueryUnitaryOperand> values) The list of operand values.- Returns:
this
.
-
encodedValue
Encoded value, which can be used directly in a JQL query.- Returns:
this
.
-
value
The operand value.- Returns:
this
.
-
arguments
The list of function arguments.- Returns:
this
.
-
function
The name of the function.- Returns:
this
.
-
keyword
public JqlQueryClauseOperand.JqlQueryClauseOperandBuilder keyword(JqlQueryClauseOperand.KeywordEnum keyword) The keyword that is the operand value.- Returns:
this
.
-
build
-
toString
-