Class AssignIssueOperationSpec.AssignIssueOperationSpecBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.spec.AssignIssueOperationSpec.AssignIssueOperationSpecBuilder
- Enclosing class:
- AssignIssueOperationSpec
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
issueIdOrKey
(@NotNull String issueIdOrKey) The ID or key of the issue to be assigned.toString()
The request object with the user that the issue is assigned to.
-
Method Details
-
issueIdOrKey
public AssignIssueOperationSpec.AssignIssueOperationSpecBuilder issueIdOrKey(@NotNull @NotNull String issueIdOrKey) The ID or key of the issue to be assigned.- Returns:
this
.
-
user
The request object with the user that the issue is assigned to.- Returns:
this
.
-
build
-
toString
-