How to get Pull Request link using java api

Hi,
I’m developing a bitbucket plugin on java where I want Pull Request Data.
I’m calling search() of pullRequestService where I got all pull request details like Author, Reviewer , Title, State etc except pull request link(url of pull request)

I looked into api but couldn’t get this.

Thanks in advance.