Class IssueEvent
java.lang.Object
io.github.primelib.jira4j.restv3.model.IssueEvent
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class IssueEvent
extends Object
IssueEvent
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIssueEvent(Long id, String name) Constructs a validated instance ofIssueEvent.IssueEvent(Consumer<IssueEvent> spec) Constructs a validated instance ofIssueEvent. -
Method Summary
-
Field Details
-
id
The ID of the event. -
name
The name of the event.
-
-
Constructor Details
-
IssueEvent
Constructs a validated instance ofIssueEvent.- Parameters:
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.- Parameters:
id- The ID of the event.name- The name of the event.
-
IssueEvent
protected IssueEvent()
-
-
Method Details
-
builder
-
id
The ID of the event. -
name
The name of the event. -
id
The ID of the event.- Returns:
this.
-
name
The name of the event.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-