ImmutablePullRequestReviewCommentEvent.Builder |
ImmutablePullRequestReviewCommentEvent.Builder.action(String action) |
Initializes the value for the action attribute.
|
static ImmutablePullRequestReviewCommentEvent.Builder |
ImmutablePullRequestReviewCommentEvent.builder() |
|
ImmutablePullRequestReviewCommentEvent.Builder |
ImmutablePullRequestReviewCommentEvent.Builder.comment(Comment comment) |
Initializes the value for the comment attribute.
|
ImmutablePullRequestReviewCommentEvent.Builder |
ImmutablePullRequestReviewCommentEvent.Builder.eventInstallation(EventInstallation eventInstallation) |
|
ImmutablePullRequestReviewCommentEvent.Builder |
ImmutablePullRequestReviewCommentEvent.Builder.from(BaseEvent instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.activity.events.BaseEvent instance.
|
ImmutablePullRequestReviewCommentEvent.Builder |
ImmutablePullRequestReviewCommentEvent.Builder.from(PullRequestReviewCommentEvent instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.activity.events.PullRequestReviewCommentEvent instance.
|
ImmutablePullRequestReviewCommentEvent.Builder |
ImmutablePullRequestReviewCommentEvent.Builder.pullRequest(PullRequestItem pullRequest) |
|
ImmutablePullRequestReviewCommentEvent.Builder |
ImmutablePullRequestReviewCommentEvent.Builder.repository(Repository repository) |
Initializes the value for the repository attribute.
|
ImmutablePullRequestReviewCommentEvent.Builder |
ImmutablePullRequestReviewCommentEvent.Builder.sender(User sender) |
Initializes the value for the sender attribute.
|