FieldWasClause class

A clause that asserts a previous value of a field. For example, status WAS "Resolved" BY currentUser() BEFORE "2019/02/02". See WAS for more information about the WAS operator.

Constructors

FieldWasClause({required JqlQueryField field, required JqlQueryClauseOperand operand, required FieldWasClauseOperator operator$, required List<JqlQueryClauseTimePredicate> predicates})
FieldWasClause.fromJson(Map<String, Object?> json)
factory

Properties

field JqlQueryField
final
hashCode int
The hash code for this object.
no setterinherited
operand JqlQueryClauseOperand
final
operator$ FieldWasClauseOperator
The operator between the field and operand.
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, JqlQueryClauseOperand? operand, FieldWasClauseOperator? operator$, List<JqlQueryClauseTimePredicate>? predicates}) FieldWasClause
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