Klasse RemoteIssueLink
java.lang.Object
io.github.primelib.jira4j.restv2.model.RemoteIssueLink
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteIssueLink
extends Object
RemoteIssueLink
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected RemoteIssueLinkApplication
protected String
The global ID of the link, such as the ID of the item on the remote system.protected Long
The ID of the link.protected RemoteIssueLinkObject
protected String
Description of the relationship between the issue and the linked item.protected URI
The URL of the link. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RemoteIssueLink
(RemoteIssueLinkApplication application, String globalId, Long id, RemoteIssueLinkObject object, String relationship, URI self) Constructs a validated instance ofRemoteIssueLink
.Constructs a validated instance ofRemoteIssueLink
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungapplication
(RemoteIssueLinkApplication application) builder()
protected boolean
boolean
globalId()
The global ID of the link, such as the ID of the item on the remote system.The global ID of the link, such as the ID of the item on the remote system.int
hashCode()
id()
The ID of the link.The ID of the link.object()
object
(RemoteIssueLinkObject object) Description of the relationship between the issue and the linked item.relationship
(String relationship) Description of the relationship between the issue and the linked item.self()
The URL of the link.The URL of the link.toString()
-
Felddetails
-
application
-
globalId
The global ID of the link, such as the ID of the item on the remote system. -
id
The ID of the link. -
object
-
relationship
Description of the relationship between the issue and the linked item. -
self
The URL of the link.
-
-
Konstruktordetails
-
RemoteIssueLink
Constructs a validated instance ofRemoteIssueLink
.- Parameter:
spec
- the specification to process
-
RemoteIssueLink
@Internal public RemoteIssueLink(RemoteIssueLinkApplication application, String globalId, Long id, RemoteIssueLinkObject object, String relationship, URI self) Constructs a validated instance ofRemoteIssueLink
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemoteIssueLink(Consumer)
instead.- Parameter:
application
- var.nameglobalId
- The global ID of the link, such as the ID of the item on the remote system.id
- The ID of the link.object
- var.namerelationship
- Description of the relationship between the issue and the linked item.self
- The URL of the link.
-
RemoteIssueLink
protected RemoteIssueLink()
-
-
Methodendetails
-
builder
-
application
-
globalId
The global ID of the link, such as the ID of the item on the remote system. -
id
The ID of the link. -
object
-
relationship
Description of the relationship between the issue and the linked item. -
self
The URL of the link. -
application
- Gibt zurück:
this
.
-
globalId
The global ID of the link, such as the ID of the item on the remote system.- Gibt zurück:
this
.
-
id
The ID of the link.- Gibt zurück:
this
.
-
object
- Gibt zurück:
this
.
-
relationship
Description of the relationship between the issue and the linked item.- Gibt zurück:
this
.
-
self
The URL of the link.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-