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