Class RemoveLevelOperationSpec.RemoveLevelOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.RemoveLevelOperationSpec.RemoveLevelOperationSpecBuilder
- Enclosing class:
- RemoveLevelOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
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()
-
Method Details
-
schemeId
public RemoveLevelOperationSpec.RemoveLevelOperationSpecBuilder schemeId(@NotNull @NotNull String schemeId) The ID of the issue security scheme.- Returns:
this
.
-
levelId
public RemoveLevelOperationSpec.RemoveLevelOperationSpecBuilder levelId(@NotNull @NotNull String levelId) The ID of the issue security level to remove.- Returns:
this
.
-
replaceWith
public RemoveLevelOperationSpec.RemoveLevelOperationSpecBuilder replaceWith(@Nullable @Nullable String replaceWith) The ID of the issue security level that will replace the currently selected level.- Returns:
this
.
-
build
-
toString
-