Klasse LinkedIssue
java.lang.Object
io.github.primelib.jira4j.restv3.model.LinkedIssue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class LinkedIssue
extends Object
LinkedIssue
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
LinkedIssue
(LinkedIssueFields fields, String id, String key, URI self) Constructs a validated instance ofLinkedIssue
.LinkedIssue
(Consumer<LinkedIssue> spec) Constructs a validated instance ofLinkedIssue
. -
Methodenübersicht
-
Felddetails
-
fields
-
id
The ID of an issue. Required ifkey
isn't provided. -
key
The key of an issue. Required ifid
isn't provided. -
self
The URL of the issue.
-
-
Konstruktordetails
-
LinkedIssue
Constructs a validated instance ofLinkedIssue
.- Parameter:
spec
- the specification to process
-
LinkedIssue
Constructs a validated instance ofLinkedIssue
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
LinkedIssue(Consumer)
instead.- Parameter:
fields
- var.nameid
- The ID of an issue. Required ifkey
isn't provided.key
- The key of an issue. Required ifid
isn't provided.self
- The URL of the issue.
-
LinkedIssue
protected LinkedIssue()
-
-
Methodendetails
-
builder
-
fields
-
id
The ID of an issue. Required ifkey
isn't provided. -
key
The key of an issue. Required ifid
isn't provided. -
self
The URL of the issue. -
fields
- Gibt zurück:
this
.
-
id
The ID of an issue. Required ifkey
isn't provided.- Gibt zurück:
this
.
-
key
The key of an issue. Required ifid
isn't provided.- Gibt zurück:
this
.
-
self
The URL of the issue.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-