Klasse IssueLink
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueLink
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueLink
extends Object
IssueLink
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The ID of the issue link.protected IssueLinkInwardIssue
protected IssueLinkOutwardIssue
protected URI
The URL of the issue link.protected IssueLinkType
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
IssueLink
(String id, IssueLinkInwardIssue inwardIssue, IssueLinkOutwardIssue outwardIssue, URI self, IssueLinkType type) Constructs a validated instance ofIssueLink
.Constructs a validated instance ofIssueLink
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic IssueLink.IssueLinkBuilder
builder()
protected boolean
boolean
int
hashCode()
id()
The ID of the issue link.The ID of the issue link.inwardIssue
(IssueLinkInwardIssue inwardIssue) outwardIssue
(IssueLinkOutwardIssue outwardIssue) self()
The URL of the issue link.The URL of the issue link.toString()
type()
type
(IssueLinkType type)
-
Felddetails
-
id
The ID of the issue link. -
inwardIssue
-
outwardIssue
-
self
The URL of the issue link. -
type
-
-
Konstruktordetails
-
IssueLink
Constructs a validated instance ofIssueLink
.- Parameter:
spec
- the specification to process
-
IssueLink
@Internal public IssueLink(String id, IssueLinkInwardIssue inwardIssue, IssueLinkOutwardIssue outwardIssue, URI self, IssueLinkType type) Constructs a validated instance ofIssueLink
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueLink(Consumer)
instead.- Parameter:
id
- The ID of the issue link.inwardIssue
- var.nameoutwardIssue
- var.nameself
- The URL of the issue link.type
- var.name
-
IssueLink
protected IssueLink()
-
-
Methodendetails
-
builder
-
id
The ID of the issue link. -
inwardIssue
-
outwardIssue
-
self
The URL of the issue link. -
type
-
id
The ID of the issue link.- Gibt zurück:
this
.
-
inwardIssue
- Gibt zurück:
this
.
-
outwardIssue
- Gibt zurück:
this
.
-
self
The URL of the issue link.- Gibt zurück:
this
.
-
type
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-