Class MoveIssueRequest.Builder

  • Enclosing class:
    MoveIssueRequest

    public static class MoveIssueRequest.Builder
    extends Object
    • 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.
      • toString

        public String toString()
        Overrides:
        toString in class Object