Klasse DeletePriorityOperationSpec.DeletePriorityOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeletePriorityOperationSpec.DeletePriorityOperationSpecBuilder
- Umschließende Klasse:
DeletePriorityOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the issue priority.replaceWith
(@NotNull String replaceWith) The ID of the issue priority that will replace the currently selected resolution.toString()
-
Methodendetails
-
id
public DeletePriorityOperationSpec.DeletePriorityOperationSpecBuilder id(@NotNull @NotNull String id) The ID of the issue priority.- Gibt zurück:
this
.
-
replaceWith
public DeletePriorityOperationSpec.DeletePriorityOperationSpecBuilder replaceWith(@NotNull @NotNull String replaceWith) The ID of the issue priority that will replace the currently selected resolution.- Gibt zurück:
this
.
-
build
-
toString
-