Klasse RemoveLevelOperationSpec.RemoveLevelOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.RemoveLevelOperationSpec.RemoveLevelOperationSpecBuilder
- Umschließende Klasse:
RemoveLevelOperationSpec
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
The ID of the issue security level to remove.replaceWith
(@Nullable String replaceWith) The ID of the issue security level that will replace the currently selected level.The ID of the issue security scheme.toString()
-
Methodendetails
-
schemeId
public RemoveLevelOperationSpec.RemoveLevelOperationSpecBuilder schemeId(@NotNull @NotNull String schemeId) The ID of the issue security scheme.- Gibt zurück:
this
.
-
levelId
public RemoveLevelOperationSpec.RemoveLevelOperationSpecBuilder levelId(@NotNull @NotNull String levelId) The ID of the issue security level to remove.- Gibt zurück:
this
.
-
replaceWith
public RemoveLevelOperationSpec.RemoveLevelOperationSpecBuilder replaceWith(@Nullable @Nullable String replaceWith) The ID of the issue security level that will replace the currently selected level.- Gibt zurück:
this
.
-
build
-
toString
-