FieldChangedClause class

A clause that asserts whether a field was changed. For example, status CHANGED AFTER startOfMonth(-1M).See CHANGED for more information about the CHANGED operator.

Constructors

FieldChangedClause({required JqlQueryField field, required FieldChangedClauseOperator operator$, required List<JqlQueryClauseTimePredicate> predicates})
FieldChangedClause.fromJson(Map<String, Object?> json)
factory

Properties

field JqlQueryField
final
hashCode int
The hash code for this object.
no setterinherited
operator$ FieldChangedClauseOperator
The operator applied to the field.
final
predicates List<JqlQueryClauseTimePredicate>
The list of time predicates.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({JqlQueryField? field, FieldChangedClauseOperator? operator$, List<JqlQueryClauseTimePredicate>? predicates}) FieldChangedClause
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited