RemoteIssueLink class
Details of an issue remote link.
Constructors
- RemoteIssueLink({Application? application, String? globalId, int? id, RemoteObject? object, String? relationship, String? self})
-
RemoteIssueLink.fromJson(Map<
String, Object?> json) -
factory
Properties
- application → Application?
-
Details of the remote application the linked item is in.
final
- globalId → String?
-
The global ID of the link, such as the ID of the item on the remote
system.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
The ID of the link.
final
- object → RemoteObject?
-
Details of the item linked to.
final
- relationship → String?
-
Description of the relationship between the issue and the linked item.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → String?
-
The URL of the link.
final
Methods
-
copyWith(
{Application? application, String? globalId, int? id, RemoteObject? object, String? relationship, String? self}) → RemoteIssueLink -
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