ImmutableEvent.Builder |
ImmutableEvent.Builder.actor(User actor) |
Initializes the value for the actor attribute.
|
static ImmutableEvent.Builder |
ImmutableEvent.builder() |
|
ImmutableEvent.Builder |
ImmutableEvent.Builder.commitId(String commitId) |
Initializes the value for the commitId attribute.
|
ImmutableEvent.Builder |
ImmutableEvent.Builder.commitUrl(URI commitUrl) |
Initializes the value for the commitUrl attribute.
|
ImmutableEvent.Builder |
ImmutableEvent.Builder.createdAt(GitHubInstant createdAt) |
Initializes the value for the createdAt attribute.
|
ImmutableEvent.Builder |
ImmutableEvent.Builder.event(String event) |
Initializes the value for the event attribute.
|
ImmutableEvent.Builder |
ImmutableEvent.Builder.from(Event instance) |
Fill a builder with attribute values from the provided Event instance.
|
ImmutableEvent.Builder |
ImmutableEvent.Builder.id(Integer id) |
Initializes the value for the id attribute.
|
ImmutableEvent.Builder |
ImmutableEvent.Builder.issue(Issue issue) |
Initializes the optional value issue to issue.
|
ImmutableEvent.Builder |
ImmutableEvent.Builder.issue(Optional<? extends Issue> issue) |
Initializes the optional value issue to issue.
|
ImmutableEvent.Builder |
ImmutableEvent.Builder.url(URI url) |
Initializes the value for the url attribute.
|