Class CreatedIssue
java.lang.Object
io.github.primelib.jira4j.restv3.model.CreatedIssue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreatedIssue
extends Object
CreatedIssue
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
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
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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)
-
Field Details
-
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
-
-
Constructor Details
-
CreatedIssue
Constructs a validated instance ofCreatedIssue
.- Parameters:
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.- Parameters:
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
- transitionwatchers
- watchers
-
CreatedIssue
protected CreatedIssue()
-
-
Method Details
-
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.- Returns:
this
.
-
key
The key of the created issue or subtask.- Returns:
this
.
-
self
The URL of the created issue or subtask.- Returns:
this
.
-
transition
- Returns:
this
.
-
watchers
- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-