| java.lang.Object | ||
| ↳ | com.atlassian.bitbucket.content.AbstractDiffRequest | |
| ↳ | com.atlassian.bitbucket.content.DiffRequest | |
Request arguments for streamDiff(DiffRequest, DiffContentCallback).
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| DiffRequest.Builder | |||||||||||
|
[Expand]
Inherited Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.content.AbstractDiffRequest
| |||||||||||
| 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
com.atlassian.bitbucket.content.AbstractDiffRequest
| |||||||||||
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.
null for the untilId's parent
true if attempting to resolve the source path in case of a rename, false otherise.
Only valid for a single path.true if the comment associated with the diff should be included in the response to this request.
false otherwise