Klasse JqlQueryClause
java.lang.Object
io.github.primelib.jira4j.restv3.model.JqlQueryClause
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class JqlQueryClause
extends Object
JqlQueryClause
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe operator applied to the field. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<JqlQueryClause>The list of nested clauses.protected JqlQueryFieldprotected JqlQueryClauseOperandprotected JqlQueryClause.OperatorEnumThe operator applied to the field.protected List<JqlQueryClauseTimePredicate>The list of time predicates. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedJqlQueryClause(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 booleanclauses()The list of nested clauses.clauses(List<JqlQueryClause> clauses) The list of nested clauses.booleanfield()field(JqlQueryField field) inthashCode()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- fieldoperand- operandpredicates- 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
-