Klasse JqlQueryUnitaryOperand
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryUnitaryOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryUnitaryOperand
extends Object
JqlQueryUnitaryOperand
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The keyword that is the operand value. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungThe 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. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
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
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe 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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
JqlQueryUnitaryOperand
Constructs a validated instance ofJqlQueryUnitaryOperand
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- 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
The keyword that is the operand value.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-