JQLQueryWithUnknownUsers class
JQL queries that contained users that could not be found
Constructors
- JQLQueryWithUnknownUsers({String? convertedQuery, String? originalQuery})
-
JQLQueryWithUnknownUsers.fromJson(Map<
String, Object?> json) -
factory
Properties
- convertedQuery → String?
-
The converted query, with accountIDs instead of user identifiers, or
'unknown' for users that could not be found
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- originalQuery → String?
-
The original query, for reference
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{String? convertedQuery, String? originalQuery}) → JQLQueryWithUnknownUsers -
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