ImmutableCheckRunEvent |
ImmutableCheckRunEvent.Builder.build() |
|
static ImmutableCheckRunEvent |
ImmutableCheckRunEvent.copyOf(CheckRunEvent instance) |
|
ImmutableCheckRunEvent |
ImmutableCheckRunEvent.withAction(String value) |
Copy the current immutable object by setting a value for the action attribute.
|
ImmutableCheckRunEvent |
ImmutableCheckRunEvent.withCheckRun(CheckRunResponse value) |
Copy the current immutable object by setting a value for the checkRun attribute.
|
ImmutableCheckRunEvent |
ImmutableCheckRunEvent.withCreatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the createdAt attribute.
|
ImmutableCheckRunEvent |
ImmutableCheckRunEvent.withEventInstallation(EventInstallation value) |
Copy the current immutable object by setting a value for the eventInstallation attribute.
|
ImmutableCheckRunEvent |
ImmutableCheckRunEvent.withRepository(Repository value) |
Copy the current immutable object by setting a value for the repository attribute.
|
ImmutableCheckRunEvent |
ImmutableCheckRunEvent.withSender(User value) |
Copy the current immutable object by setting a value for the sender attribute.
|
ImmutableCheckRunEvent |
ImmutableCheckRunEvent.withUpdatedAt(GitHubInstant value) |
Copy the current immutable object by setting a value for the updatedAt attribute.
|