Klasse DeleteAndReplaceVersionBean.DeleteAndReplaceVersionBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.DeleteAndReplaceVersionBean.DeleteAndReplaceVersionBeanBuilder
- Umschließende Klasse:
DeleteAndReplaceVersionBean
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
customFieldReplacementList
(List<CustomFieldReplacement> customFieldReplacementList) An array of custom field IDs (customFieldId
) and version IDs (moveTo
) to update when the fields contain the deleted version.moveAffectedIssuesTo
(Long moveAffectedIssuesTo) The ID of the version to updateaffectedVersion
to when the field contains the deleted version.moveFixIssuesTo
(Long moveFixIssuesTo) The ID of the version to updatefixVersion
to when the field contains the deleted version.toString()
-
Methodendetails
-
customFieldReplacementList
public DeleteAndReplaceVersionBean.DeleteAndReplaceVersionBeanBuilder customFieldReplacementList(List<CustomFieldReplacement> customFieldReplacementList) An array of custom field IDs (customFieldId
) and version IDs (moveTo
) to update when the fields contain the deleted version.- Gibt zurück:
this
.
-
moveAffectedIssuesTo
public DeleteAndReplaceVersionBean.DeleteAndReplaceVersionBeanBuilder moveAffectedIssuesTo(Long moveAffectedIssuesTo) The ID of the version to updateaffectedVersion
to when the field contains the deleted version.- Gibt zurück:
this
.
-
moveFixIssuesTo
public DeleteAndReplaceVersionBean.DeleteAndReplaceVersionBeanBuilder moveFixIssuesTo(Long moveFixIssuesTo) The ID of the version to updatefixVersion
to when the field contains the deleted version.- Gibt zurück:
this
.
-
build
-
toString
-