Class StatusMappingDTO
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusMappingDTO
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusMappingDTO
extends Object
StatusMappingDTO
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
StatusMappingDTO
(String issueTypeId, String projectId, List<StatusMigration> statusMigrations) Constructs a validated instance ofStatusMappingDTO
.Constructs a validated instance ofStatusMappingDTO
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
StatusMappingDTO
Constructs a validated instance ofStatusMappingDTO
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
projectId
The project for the status mapping.- Returns:
this
.
-
statusMigrations
The list of old and new status ID mappings for the specified project and issue type.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-