Klasse DeleteVersionOperationSpec.DeleteVersionOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteVersionOperationSpec.DeleteVersionOperationSpecBuilder
- Umschließende Klasse:
DeleteVersionOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
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()
-
Methodendetails
-
id
The ID of the version.- Gibt zurück:
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.- Gibt zurück:
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.- Gibt zurück:
this
.
-
build
-
toString
-