| java.lang.Object | ||
| ↳ | com.atlassian.bitbucket.util.BuilderSupport | |
| ↳ | com.atlassian.bitbucket.dashboard.SuggestPullRequestsRequest.Builder | |
| [Expand] Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
com.atlassian.bitbucket.util.BuilderSupport | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Constructs a builder for creating  SuggestPullRequestsRequestobjects. | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Assembles a new  SuggestPullRequestsRequestfrom the provided values. | |||||||||||
| Restricts the result set to return at most this many suggestions. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  com.atlassian.bitbucket.util.BuilderSupport | |||||||||||
|  From class
  java.lang.Object | |||||||||||
Constructs a builder for creating SuggestPullRequestsRequest objects.
| user | suggestions will be based on push activity for the given user | 
|---|---|
| changesSince | all pull request suggestions are based on some form of activity/change that has occurred. This restricts pull request suggestions to be based on activity up to a certain time/date in the past | 
Assembles a new SuggestPullRequestsRequest from the provided values.
Restricts the result set to return at most this many suggestions. If this is never called,
 then the default DEFAULT_LIMIT will be used.