Class DeleteAndReplaceVersionBean.DeleteAndReplaceVersionBeanBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.model.DeleteAndReplaceVersionBean.DeleteAndReplaceVersionBeanBuilder
- Enclosing class:
- DeleteAndReplaceVersionBean
-
Method Summary
Modifier and TypeMethodDescriptionbuild()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 updateaffectedVersionto when the field contains the deleted version.moveFixIssuesTo(Long moveFixIssuesTo) The ID of the version to updatefixVersionto when the field contains the deleted version.toString()
-
Method Details
-
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.- Returns:
this.
-
moveAffectedIssuesTo
public DeleteAndReplaceVersionBean.DeleteAndReplaceVersionBeanBuilder moveAffectedIssuesTo(Long moveAffectedIssuesTo) The ID of the version to updateaffectedVersionto when the field contains the deleted version.- Returns:
this.
-
moveFixIssuesTo
public DeleteAndReplaceVersionBean.DeleteAndReplaceVersionBeanBuilder moveFixIssuesTo(Long moveFixIssuesTo) The ID of the version to updatefixVersionto when the field contains the deleted version.- Returns:
this.
-
build
-
toString
-