IssueBean class
Details about an issue.
Constructors
-
IssueBean({PageOfChangelogs? changelog, IssueUpdateMetadata? editmeta, String? expand, Map<
String, dynamic> ? fields, IncludedFields? fieldsToInclude, String? id, String? key, Map<String, dynamic> ? names, Operations? operations, Map<String, dynamic> ? properties, Map<String, dynamic> ? renderedFields, Map<String, dynamic> ? schema, String? self, List<IssueTransition> ? transitions, Map<String, dynamic> ? versionedRepresentations}) -
IssueBean.fromJson(Map<
String, Object?> json) -
factory
Properties
- changelog → PageOfChangelogs?
-
Details of changelogs associated with the issue.
final
- editmeta → IssueUpdateMetadata?
-
The metadata for the fields on the issue that can be amended.
final
- expand → String?
-
Expand options that include additional issue details in the response.
final
-
fields
→ Map<
String, dynamic> ? -
final
- fieldsToInclude → IncludedFields?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The ID of the issue.
final
- key → String?
-
The key of the issue.
final
-
names
→ Map<
String, dynamic> ? -
The ID and name of each field present on the issue.
final
- operations → Operations?
-
The operations that can be performed on the issue.
final
-
properties
→ Map<
String, dynamic> ? -
Details of the issue properties identified in the request.
final
-
renderedFields
→ Map<
String, dynamic> ? -
The rendered value of each field present on the issue.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
schema
→ Map<
String, dynamic> ? -
The schema describing each field present on the issue.
final
- self → String?
-
The URL of the issue details.
final
-
transitions
→ List<
IssueTransition> -
The transitions that can be performed on the issue.
final
-
versionedRepresentations
→ Map<
String, dynamic> ? -
The versions of each field on the issue.
final
Methods
-
copyWith(
{PageOfChangelogs? changelog, IssueUpdateMetadata? editmeta, String? expand, Map< String, dynamic> ? fields, IncludedFields? fieldsToInclude, String? id, String? key, Map<String, dynamic> ? names, Operations? operations, Map<String, dynamic> ? properties, Map<String, dynamic> ? renderedFields, Map<String, dynamic> ? schema, String? self, List<IssueTransition> ? transitions, Map<String, dynamic> ? versionedRepresentations}) → IssueBean -
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