IssuesJqlMetaDataBean class
The description of the page of issues loaded by the provided JQL query.
Constructors
Properties
- count → int
-
The number of issues that were loaded in this evaluation.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxResults → int
-
The maximum number of issues that could be loaded in this evaluation.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startAt → int
-
The index of the first issue.
final
- totalCount → int
-
The total number of issues the JQL returned.
final
-
validationWarnings
→ List<
String> -
Any warnings related to the JQL query. Present only if the validation mode
was set to
warn
.final
Methods
-
copyWith(
{int? count, int? maxResults, int? startAt, int? totalCount, List< String> ? validationWarnings}) → IssuesJqlMetaDataBean -
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