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 Summary
Nested ClassesNested classes/interfaces inherited from class com.atlassian.bitbucket.pull.AbstractPullRequestRequest
AbstractPullRequestRequest.AbstractBuilder<T extends AbstractPullRequestRequest.AbstractBuilder<T>>
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.pull.AbstractPullRequestRequest
getPullRequestId, getRepositoryId
-
Method Details
-
getComment
- Returns:
- the comment associated with the decline or null if no comment is to be added
-
getVersion
public int getVersion()- Returns:
- the expected version of the pull request
-