Klasse IssueEvent
java.lang.Object
io.github.primelib.jira4j.restv2.model.IssueEvent
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueEvent
extends Object
IssueEvent
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedIssueEvent(Long id, String name) Constructs a validated instance ofIssueEvent.IssueEvent(Consumer<IssueEvent> spec) Constructs a validated instance ofIssueEvent. -
Methodenübersicht
-
Felddetails
-
id
The ID of the event. -
name
The name of the event.
-
-
Konstruktordetails
-
IssueEvent
Constructs a validated instance ofIssueEvent.- Parameter:
spec- the specification to process
-
IssueEvent
Constructs a validated instance ofIssueEvent.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
IssueEvent(Consumer)instead.- Parameter:
id- The ID of the event.name- The name of the event.
-
IssueEvent
protected IssueEvent()
-
-
Methodendetails
-
builder
-
id
The ID of the event. -
name
The name of the event. -
id
The ID of the event.- Gibt zurück:
this.
-
name
The name of the event.- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-