| java.lang.Object | |
| ↳ | com.atlassian.bitbucket.content.ChangesRequest |
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ChangesRequest.Builder | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
When comments should be returned as well (
isWithComments() == true), a pull request ID can be
provided to only retrieve comments that were made in the context of that pull request. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
When comments should be returned as well (isWithComments() == true), a pull request ID can be
provided to only retrieve comments that were made in the context of that pull request. If no pull request ID is
provided, only comments made outside the context of any pull request will be retrieved.
true if the comment counts associated with the paths in the changes should be included
in the response to this request. false otherwise