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