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