| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.pull.PullRequestParticipantRequest.Builder |
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Limits the pull requests to search for by whether or not they are approved by the
user. | |||||||||||
Assembles a new
PullRequestParticipantRequest from the provided values. | |||||||||||
Limits the pull requests to search for by a specified
pull request role for the
user. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Limits the pull requests to search for by whether or not they are approved by the user.
| approved | the approved status |
|---|
Assembles a new PullRequestParticipantRequest from the provided values.
Limits the pull requests to search for by a specified pull request role for the
user.
| role | the pull request role |
|---|