Class JqlQueryClauseOperand
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryClauseOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryClauseOperand
extends Object
JqlQueryClauseOperand
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The keyword that is the operand value. -
Field Summary
FieldsModifier and TypeFieldDescriptionThe list of function arguments.protected String
Encoded operand, which can be used directly in a JQL query.protected String
Encoded value, which can be used directly in a JQL query.protected String
The name of the function.protected JqlQueryClauseOperand.KeywordEnum
The keyword that is the operand value.protected String
The operand value.protected List<JqlQueryUnitaryOperand>
The list of operand values. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
JqlQueryClauseOperand
(String encodedOperand, List<JqlQueryUnitaryOperand> values, String encodedValue, String value, List<String> arguments, String function, JqlQueryClauseOperand.KeywordEnum keyword) Constructs a validated instance ofJqlQueryClauseOperand
.Constructs a validated instance ofJqlQueryClauseOperand
. -
Method Summary
Modifier and TypeMethodDescriptionThe list of function arguments.The list of function arguments.builder()
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.Encoded value, which can be used directly in a JQL query.encodedValue
(String encodedValue) Encoded value, which can be used directly in a JQL query.boolean
function()
The name of the function.The name of the function.int
hashCode()
keyword()
The keyword that is the operand value.keyword
(JqlQueryClauseOperand.KeywordEnum keyword) The keyword that is the operand value.toString()
value()
The operand value.The operand value.values()
The list of operand values.values
(List<JqlQueryUnitaryOperand> values) The list of operand values.
-
Field Details
-
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
values
The list of operand values. -
encodedValue
Encoded value, which can be used directly in a JQL query. -
value
The operand value. -
arguments
The list of function arguments. -
function
The name of the function. -
keyword
The keyword that is the operand value.
-
-
Constructor Details
-
JqlQueryClauseOperand
Constructs a validated instance ofJqlQueryClauseOperand
.- Parameters:
spec
- the specification to process
-
JqlQueryClauseOperand
@Internal public JqlQueryClauseOperand(String encodedOperand, List<JqlQueryUnitaryOperand> values, String encodedValue, String value, List<String> arguments, String function, JqlQueryClauseOperand.KeywordEnum keyword) Constructs a validated instance ofJqlQueryClauseOperand
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JqlQueryClauseOperand(Consumer)
instead.- Parameters:
encodedOperand
- Encoded operand, which can be used directly in a JQL query.values
- The list of operand values.encodedValue
- Encoded value, which can be used directly in a JQL query.value
- The operand value.arguments
- The list of function arguments.function
- The name of the function.keyword
- The keyword that is the operand value.
-
JqlQueryClauseOperand
protected JqlQueryClauseOperand()
-
-
Method Details
-
builder
-
encodedOperand
Encoded operand, which can be used directly in a JQL query. -
values
The list of operand values. -
encodedValue
Encoded value, which can be used directly in a JQL query. -
value
The operand value. -
arguments
The list of function arguments. -
function
The name of the function. -
keyword
The keyword that is the operand value. -
encodedOperand
Encoded operand, which can be used directly in a JQL query.- Returns:
this
.
-
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
The keyword that is the operand value.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-