Class FieldChangedClause
java.lang.Object
io.github.primelib.jira4j.restv3.model.FieldChangedClause
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class FieldChangedClause
extends Object
FieldChangedClause
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
static enum
The operator applied to the field. -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected JqlQueryField
protected FieldChangedClause.OperatorEnum
The operator applied to the field.protected List<JqlQueryClauseTimePredicate>
The list of time predicates. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
FieldChangedClause
(JqlQueryField field, FieldChangedClause.OperatorEnum operator, List<JqlQueryClauseTimePredicate> predicates) Constructs a validated instance ofFieldChangedClause
.Constructs a validated instance ofFieldChangedClause
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
field
-
operator
The operator applied to the field. -
predicates
The list of time predicates.
-
-
Constructor Details
-
FieldChangedClause
Constructs a validated instance ofFieldChangedClause
.- Parameters:
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.- Parameters:
field
- fieldoperator
- The operator applied to the field.predicates
- The list of time predicates.
-
FieldChangedClause
protected FieldChangedClause()
-
-
Method Details
-
builder
-
field
-
operator
The operator applied to the field. -
predicates
The list of time predicates. -
field
- Returns:
this
.
-
operator
The operator applied to the field.- Returns:
this
.
-
predicates
The list of time predicates.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-