Package com.atlassian.bitbucket.pull
Class PullRequestDeclineRequest.Builder
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.pull.AbstractPullRequestRequest.AbstractBuilder<PullRequestDeclineRequest.Builder>
com.atlassian.bitbucket.pull.PullRequestDeclineRequest.Builder
- Enclosing class:
- PullRequestDeclineRequest
public static class PullRequestDeclineRequest.Builder
extends AbstractPullRequestRequest.AbstractBuilder<PullRequestDeclineRequest.Builder>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
ConstructorDescriptionBuilder
(int repositoryId, long pullRequestId, int version) Builder
(PullRequest pullRequest, int version) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
Builder
-
Builder
public Builder(int repositoryId, long pullRequestId, int version)
-
-
Method Details
-
build
-
comment
-
self
- Specified by:
self
in classAbstractPullRequestRequest.AbstractBuilder<PullRequestDeclineRequest.Builder>
-