ImmutableEvent |
ImmutableEvent.Builder.build() |
|
static ImmutableEvent |
ImmutableEvent.copyOf(Event instance) |
Creates an immutable copy of a Event value.
|
ImmutableEvent |
ImmutableEvent.withActor(User value) |
Copy the current immutable object by setting a value for the actor attribute.
|
ImmutableEvent |
ImmutableEvent.withCommitId(String value) |
Copy the current immutable object by setting a value for the commitId attribute.
|
ImmutableEvent |
ImmutableEvent.withCommitUrl(URI value) |
Copy the current immutable object by setting a value for the commitUrl attribute.
|
ImmutableEvent |
ImmutableEvent.withCreatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutableEvent |
ImmutableEvent.withEvent(String value) |
Copy the current immutable object by setting a value for the event attribute.
|
ImmutableEvent |
ImmutableEvent.withId(Integer value) |
Copy the current immutable object by setting a value for the id attribute.
|
ImmutableEvent |
ImmutableEvent.withIssue(Issue value) |
Copy the current immutable object by setting a present value for the optional issue attribute.
|
ImmutableEvent |
ImmutableEvent.withIssue(Optional<? extends Issue> optional) |
Copy the current immutable object by setting an optional value for the issue attribute.
|
ImmutableEvent |
ImmutableEvent.withUrl(URI value) |
Copy the current immutable object by setting a value for the url attribute.
|