Package com.atlassian.bitbucket.pull
Class PullRequestDeclineRequest
java.lang.Object
com.atlassian.bitbucket.pull.AbstractPullRequestRequest
com.atlassian.bitbucket.pull.PullRequestDeclineRequest
Request object used for 
declining a pull request.- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.atlassian.bitbucket.pull.AbstractPullRequestRequestAbstractPullRequestRequest.AbstractBuilder<T extends AbstractPullRequestRequest.AbstractBuilder<T>>
- 
Method SummaryMethods inherited from class com.atlassian.bitbucket.pull.AbstractPullRequestRequestgetPullRequestId, getRepositoryId
- 
Method Details- 
getComment- Returns:
- the comment associated with the decline or null if no comment is to be added
 
- 
getVersionpublic int getVersion()- Returns:
- the expected version of the pull request
 
 
-