Class MoveIssueRequest.Builder
- Object
-
- Builder
-
- Enclosing class:
- MoveIssueRequest
public static class MoveIssueRequest.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MoveIssueRequest
build()
MoveIssueRequest.Builder
communityId(@NotNull UUID communityId)
Required. The id of the community where to move the issue to.MoveIssueRequest.Builder
issueId(@NotNull UUID issueId)
Required. The id of the issue to be moved.String
toString()
-
-
-
Method Detail
-
issueId
public MoveIssueRequest.Builder issueId(@NotNull @NotNull UUID issueId)
Required. The id of the issue to be moved.- Returns:
this
.
-
communityId
public MoveIssueRequest.Builder communityId(@NotNull @NotNull UUID communityId)
Required. The id of the community where to move the issue to.- Returns:
this
.
-
build
public MoveIssueRequest build()
-
toString
public String toString()
- Overrides:
toString
in classObject
-
-