Klasse StatusMapping
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusMapping
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusMapping
extends Object
StatusMapping
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
StatusMapping
(String issueTypeId, String newStatusId, String statusId) Constructs a validated instance ofStatusMapping
.StatusMapping
(Consumer<StatusMapping> spec) Constructs a validated instance ofStatusMapping
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The ID of the issue type.issueTypeId
(String issueTypeId) The ID of the issue type.The ID of the new status.newStatusId
(String newStatusId) The ID of the new status.statusId()
The ID of the status.The ID of the status.toString()
-
Felddetails
-
issueTypeId
The ID of the issue type. -
newStatusId
The ID of the new status. -
statusId
The ID of the status.
-
-
Konstruktordetails
-
StatusMapping
Constructs a validated instance ofStatusMapping
.- Parameter:
spec
- the specification to process
-
StatusMapping
Constructs a validated instance ofStatusMapping
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusMapping(Consumer)
instead.- Parameter:
issueTypeId
- The ID of the issue type.newStatusId
- The ID of the new status.statusId
- The ID of the status.
-
StatusMapping
protected StatusMapping()
-
-
Methodendetails
-
builder
-
issueTypeId
The ID of the issue type. -
newStatusId
The ID of the new status. -
statusId
The ID of the status. -
issueTypeId
The ID of the issue type.- Gibt zurück:
this
.
-
newStatusId
The ID of the new status.- Gibt zurück:
this
.
-
statusId
The ID of the status.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-