Klasse FieldChangedClause
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldChangedClause
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldChangedClause
extends Object
FieldChangedClause
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe operator applied to the field. -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected JqlQueryFieldprotected FieldChangedClause.OperatorEnumThe operator applied to the field.protected List<JqlQueryClauseTimePredicate>The list of time predicates. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedFieldChangedClause(JqlQueryField field, FieldChangedClause.OperatorEnum operator, List<JqlQueryClauseTimePredicate> predicates) Constructs a validated instance ofFieldChangedClause.Constructs a validated instance ofFieldChangedClause. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()protected booleanbooleanfield()field(JqlQueryField field) inthashCode()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
-