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