IssueBean class
Details about an issue.
Constructors
-
IssueBean({String? expand, String? id, String? self, String? key, Map<
String, dynamic> ? renderedFields, Map<String, dynamic> ? properties, Map<String, dynamic> ? names, Map<String, dynamic> ? schema, List<IssueBeanTransitionsItem> ? transitions, Operations? operations, Map<String, dynamic> ? editmeta, Map<String, dynamic> ? changelog, Map<String, dynamic> ? versionedRepresentations, IssueBeanFieldsToInclude? fieldsToInclude, Map<String, dynamic> ? fields}) -
IssueBean.fromJson(Map<
String, Object?> json) -
factory
Properties
-
changelog
→ Map<
String, dynamic> ? -
Details of changelogs associated with the issue.
final
-
editmeta
→ Map<
String, dynamic> ? -
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 → IssueBeanFieldsToInclude?
-
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<
IssueBeanTransitionsItem> -
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(
{String? expand, String? id, String? self, String? key, Map< String, dynamic> ? renderedFields, Map<String, dynamic> ? properties, Map<String, dynamic> ? names, Map<String, dynamic> ? schema, List<IssueBeanTransitionsItem> ? transitions, Operations? operations, Map<String, dynamic> ? editmeta, Map<String, dynamic> ? changelog, Map<String, dynamic> ? versionedRepresentations, IssueBeanFieldsToInclude? fieldsToInclude, Map<String, dynamic> ? fields}) → 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