Klasse CreatedIssue
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreatedIssue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreatedIssue
extends Object
CreatedIssue
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The ID of the created issue or subtask.protected String
The key of the created issue or subtask.protected String
The URL of the created issue or subtask.protected CreatedIssueTransition
protected CreatedIssueWatchers
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CreatedIssue
(String id, String key, String self, CreatedIssueTransition transition, CreatedIssueWatchers watchers) Constructs a validated instance ofCreatedIssue
.CreatedIssue
(Consumer<CreatedIssue> spec) Constructs a validated instance ofCreatedIssue
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
The ID of the created issue or subtask.The ID of the created issue or subtask.key()
The key of the created issue or subtask.The key of the created issue or subtask.self()
The URL of the created issue or subtask.The URL of the created issue or subtask.toString()
transition
(CreatedIssueTransition transition) watchers()
watchers
(CreatedIssueWatchers watchers)
-
Felddetails
-
id
The ID of the created issue or subtask. -
key
The key of the created issue or subtask. -
self
The URL of the created issue or subtask. -
transition
-
watchers
-
-
Konstruktordetails
-
CreatedIssue
Constructs a validated instance ofCreatedIssue
.- Parameter:
spec
- the specification to process
-
CreatedIssue
@Internal public CreatedIssue(String id, String key, String self, CreatedIssueTransition transition, CreatedIssueWatchers watchers) Constructs a validated instance ofCreatedIssue
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreatedIssue(Consumer)
instead.- Parameter:
id
- The ID of the created issue or subtask.key
- The key of the created issue or subtask.self
- The URL of the created issue or subtask.transition
- var.namewatchers
- var.name
-
CreatedIssue
protected CreatedIssue()
-
-
Methodendetails
-
builder
-
id
The ID of the created issue or subtask. -
key
The key of the created issue or subtask. -
self
The URL of the created issue or subtask. -
transition
-
watchers
-
id
The ID of the created issue or subtask.- Gibt zurück:
this
.
-
key
The key of the created issue or subtask.- Gibt zurück:
this
.
-
self
The URL of the created issue or subtask.- Gibt zurück:
this
.
-
transition
- Gibt zurück:
this
.
-
watchers
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-