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 StringThe ID of the created issue or subtask.protected StringThe key of the created issue or subtask.protected StringThe URL of the created issue or subtask.protected CreatedIssueTransitionprotected CreatedIssueWatchers -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreatedIssue(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 booleanbooleaninthashCode()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
-