Klasse JqlQueryClauseOperand
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryClauseOperand
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryClauseOperand
extends Object
JqlQueryClauseOperand
-
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 JqlQueryClauseOperand.KeywordEnum
The keyword that is the operand value.protected String
The operand value.protected List<JqlQueryUnitaryOperand>
The list of operand values. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
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
. -
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.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.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
JqlQueryClauseOperand
Constructs a validated instance ofJqlQueryClauseOperand
.- Parameter:
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.- Parameter:
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()
-
-
Methodendetails
-
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.- Gibt zurück:
this
.
-
values
The list of operand values.- Gibt zurück:
this
.
-
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
.
-
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
-