Klasse JqlQueryClause
java.lang.Object
io.github.primelib.jira4j.restv2.model.JqlQueryClause
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryClause
extends Object
JqlQueryClause
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The operator applied to the field. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<JqlQueryClause>
The list of nested clauses.protected JqlQueryField
protected JqlQueryClauseOperand
protected JqlQueryClause.OperatorEnum
The operator applied to the field.protected List<JqlQueryClauseTimePredicate>
The list of time predicates. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
JqlQueryClause
(Consumer<JqlQueryClause> spec) Constructs a validated instance ofJqlQueryClause
.JqlQueryClause
(List<JqlQueryClause> clauses, JqlQueryClause.OperatorEnum operator, JqlQueryField field, JqlQueryClauseOperand operand, List<JqlQueryClauseTimePredicate> predicates) Constructs a validated instance ofJqlQueryClause
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
clauses()
The list of nested clauses.clauses
(List<JqlQueryClause> clauses) The list of nested clauses.boolean
field()
field
(JqlQueryField field) int
hashCode()
operand()
operand
(JqlQueryClauseOperand operand) operator()
The operator applied to the field.operator
(JqlQueryClause.OperatorEnum operator) The operator applied to the field.The list of time predicates.predicates
(List<JqlQueryClauseTimePredicate> predicates) The list of time predicates.toString()
-
Felddetails
-
clauses
The list of nested clauses. -
operator
The operator applied to the field. -
field
-
operand
-
predicates
The list of time predicates.
-
-
Konstruktordetails
-
JqlQueryClause
Constructs a validated instance ofJqlQueryClause
.- Parameter:
spec
- the specification to process
-
JqlQueryClause
@Internal public JqlQueryClause(List<JqlQueryClause> clauses, JqlQueryClause.OperatorEnum operator, JqlQueryField field, JqlQueryClauseOperand operand, List<JqlQueryClauseTimePredicate> predicates) Constructs a validated instance ofJqlQueryClause
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
JqlQueryClause(Consumer)
instead.- Parameter:
clauses
- The list of nested clauses.operator
- The operator applied to the field.field
- var.nameoperand
- var.namepredicates
- The list of time predicates.
-
JqlQueryClause
protected JqlQueryClause()
-
-
Methodendetails
-
builder
-
clauses
The list of nested clauses. -
operator
The operator applied to the field. -
field
-
operand
-
predicates
The list of time predicates. -
clauses
The list of nested clauses.- Gibt zurück:
this
.
-
operator
The operator applied to the field.- Gibt zurück:
this
.
-
field
- Gibt zurück:
this
.
-
operand
- Gibt zurück:
this
.
-
predicates
The list of time predicates.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-