SanitizedJqlQuery class
Details of the sanitized JQL query.
Constructors
- SanitizedJqlQuery({String? accountId, ErrorCollection? errors, String? initialQuery, String? sanitizedQuery})
-
SanitizedJqlQuery.fromJson(Map<
String, Object?> json) -
factory
Properties
- accountId → String?
-
The account ID of the user for whom sanitization was performed.
final
- errors → ErrorCollection?
-
The list of errors.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialQuery → String?
-
The initial query.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sanitizedQuery → String?
-
The sanitized query, if there were no errors.
final
Methods
-
copyWith(
{String? accountId, ErrorCollection? errors, String? initialQuery, String? sanitizedQuery}) → SanitizedJqlQuery -
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