java.lang.Object | ||
↳ | com.atlassian.bitbucket.pull.AbstractPullRequestRequest | |
↳ | com.atlassian.bitbucket.pull.PullRequestDeleteRequest |
Request object used for deleting a pull request
.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
PullRequestDeleteRequest.Builder |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Retrieves the expected
version for the pull request. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.atlassian.bitbucket.pull.AbstractPullRequestRequest
| |||||||||||
From class
java.lang.Object
|
Retrieves the expected version
for the pull request. If the pull request's
actual version does not match, a PullRequestOutOfDateException
will be thrown to indicate that the
delete was requested on stale data.