Class DeleteIssueOperationSpec.DeleteIssueOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv2.spec.DeleteIssueOperationSpec.DeleteIssueOperationSpecBuilder
- Enclosing class:
- DeleteIssueOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()deleteSubtasks(@Nullable String deleteSubtasks) Whether the issue's subtasks are deleted when the issue is deleted.issueIdOrKey(@NotNull String issueIdOrKey) The ID or key of the issue.toString()
-
Method Details
-
issueIdOrKey
public DeleteIssueOperationSpec.DeleteIssueOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue.- Returns:
this.
-
deleteSubtasks
public DeleteIssueOperationSpec.DeleteIssueOperationSpecBuilder deleteSubtasks(@Nullable @Nullable String deleteSubtasks) Whether the issue's subtasks are deleted when the issue is deleted.- Returns:
this.
-
build
-
toString
-