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