Class DeleteVersionOperationSpec.DeleteVersionOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.DeleteVersionOperationSpec.DeleteVersionOperationSpecBuilder
- Enclosing class:
- DeleteVersionOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
The ID of the version.moveAffectedIssuesTo
(@Nullable String moveAffectedIssuesTo) The ID of the version to updateaffectedVersion
to when the field contains the deleted version.moveFixIssuesTo
(@Nullable String moveFixIssuesTo) The ID of the version to updatefixVersion
to when the field contains the deleted version.toString()
-
Method Details
-
id
The ID of the version.- Returns:
this
.
-
moveFixIssuesTo
public DeleteVersionOperationSpec.DeleteVersionOperationSpecBuilder moveFixIssuesTo(@Nullable @Nullable String moveFixIssuesTo) The ID of the version to updatefixVersion
to when the field contains the deleted version. The replacement version must be in the same project as the version being deleted and cannot be the version being deleted.- Returns:
this
.
-
moveAffectedIssuesTo
public DeleteVersionOperationSpec.DeleteVersionOperationSpecBuilder moveAffectedIssuesTo(@Nullable @Nullable String moveAffectedIssuesTo) The ID of the version to updateaffectedVersion
to when the field contains the deleted version. The replacement version must be in the same project as the version being deleted and cannot be the version being deleted.- Returns:
this
.
-
build
-
toString
-