Klasse StatusMappingDTO
java.lang.Object
io.github.primelib.jira4j.restv3.model.StatusMappingDTO
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusMappingDTO
extends Object
StatusMappingDTO
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The issue type for the status mapping.protected String
The project for the status mapping.protected List<StatusMigration>
The list of old and new status ID mappings for the specified project and issue type. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
StatusMappingDTO
(String issueTypeId, String projectId, List<StatusMigration> statusMigrations) Constructs a validated instance ofStatusMappingDTO
.Constructs a validated instance ofStatusMappingDTO
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
The issue type for the status mapping.issueTypeId
(String issueTypeId) The issue type for the status mapping.The project for the status mapping.The project for the status mapping.The list of old and new status ID mappings for the specified project and issue type.statusMigrations
(List<StatusMigration> statusMigrations) The list of old and new status ID mappings for the specified project and issue type.toString()
-
Felddetails
-
issueTypeId
The issue type for the status mapping. -
projectId
The project for the status mapping. -
statusMigrations
The list of old and new status ID mappings for the specified project and issue type.
-
-
Konstruktordetails
-
StatusMappingDTO
Constructs a validated instance ofStatusMappingDTO
.- Parameter:
spec
- the specification to process
-
StatusMappingDTO
@Internal public StatusMappingDTO(String issueTypeId, String projectId, List<StatusMigration> statusMigrations) Constructs a validated instance ofStatusMappingDTO
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusMappingDTO(Consumer)
instead.- Parameter:
issueTypeId
- The issue type for the status mapping.projectId
- The project for the status mapping.statusMigrations
- The list of old and new status ID mappings for the specified project and issue type.
-
StatusMappingDTO
protected StatusMappingDTO()
-
-
Methodendetails
-
builder
-
issueTypeId
The issue type for the status mapping. -
projectId
The project for the status mapping. -
statusMigrations
The list of old and new status ID mappings for the specified project and issue type. -
issueTypeId
The issue type for the status mapping.- Gibt zurück:
this
.
-
projectId
The project for the status mapping.- Gibt zurück:
this
.
-
statusMigrations
The list of old and new status ID mappings for the specified project and issue type.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-