SearchResults class

The result of a JQL search.

Constructors

SearchResults({String? expand, List<IssueBean>? issues, int? maxResults, Map<String, dynamic>? names, Map<String, dynamic>? schema, int? startAt, int? total, List<String>? warningMessages})
SearchResults.fromJson(Map<String, Object?> json)
factory

Properties

expand String?
Expand options that include additional search result details in the response.
final
hashCode int
The hash code for this object.
no setterinherited
issues List<IssueBean>
The list of issues found by the search.
final
maxResults int?
The maximum number of results that could be on the page.
final
names Map<String, dynamic>?
The ID and name of each field in the search results.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
schema Map<String, dynamic>?
The schema describing the field types in the search results.
final
startAt int?
The index of the first item returned on the page.
final
total int?
The number of results on the page.
final
warningMessages List<String>
Any warnings related to the JQL query.
final

Methods

copyWith({String? expand, List<IssueBean>? issues, int? maxResults, Map<String, dynamic>? names, Map<String, dynamic>? schema, int? startAt, int? total, List<String>? warningMessages}) SearchResults
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