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