RemoteIssueLinkRequest class
Details of a remote issue link.
Constructors
- RemoteIssueLinkRequest({Application? application, String? globalId, required RemoteObject object, String? relationship})
-
RemoteIssueLinkRequest.fromJson(Map<
String, Object?> json) -
factory
Properties
- application → Application?
-
Details of the remote application the linked item is in. For example,
trello.
final
- globalId → String?
-
An identifier for the remote item in the remote system. For example, the
global ID for a remote item in Confluence would consist of the app ID and
page ID, like this:
appId=456&pageId=123
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- object → RemoteObject
-
Details of the item linked to.
final
- relationship → String?
-
Description of the relationship between the issue and the linked item. If
not set, the relationship description "links to" is used in Jira.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{Application? application, String? globalId, RemoteObject? object, String? relationship}) → RemoteIssueLinkRequest -
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