Class StatusMappingDTO.StatusMappingDTOBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusMappingDTO.StatusMappingDTOBuilder
- Enclosing class:
- StatusMappingDTO
-
Method Summary
Modifier and TypeMethodDescriptionbuild()issueTypeId(String issueTypeId) The issue type for the status mapping.The project for the status mapping.statusMigrations(List<StatusMigration> statusMigrations) The list of old and new status ID mappings for the specified project and issue type.toString()
-
Method Details
-
issueTypeId
The issue type for the status mapping.- Returns:
this.
-
projectId
The project for the status mapping.- Returns:
this.
-
statusMigrations
public StatusMappingDTO.StatusMappingDTOBuilder statusMigrations(List<StatusMigration> statusMigrations) The list of old and new status ID mappings for the specified project and issue type.- Returns:
this.
-
build
-
toString
-