ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.addAllBranches(Iterable<? extends Branch> elements) |
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.addBranches(Branch element) |
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.addBranches(Branch... elements) |
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.branches(Iterable<? extends Branch> elements) |
Sets or replaces all elements for branches list.
|
static ImmutableStatusEvent.Builder |
ImmutableStatusEvent.builder() |
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.commit(CommitItem commit) |
Initializes the value for the commit attribute.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.context(String context) |
Initializes the value for the context attribute.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.createdAt(GitHubInstant createdAt) |
Initializes the value for the createdAt attribute.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.description(String description) |
Initializes the optional value description to description.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.description(Optional<String> description) |
Initializes the optional value description to description.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.eventInstallation(EventInstallation eventInstallation) |
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.from(UpdateTracking instance) |
Fill a builder with attribute values from the provided com.spotify.github.UpdateTracking instance.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.from(BaseEvent instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.activity.events.BaseEvent instance.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.from(StatusEvent instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.activity.events.StatusEvent instance.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.id(Long id) |
Initializes the value for the id attribute.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.name(String name) |
Initializes the value for the name attribute.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.repository(Repository repository) |
Initializes the value for the repository attribute.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.sender(User sender) |
Initializes the value for the sender attribute.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.sha(String sha) |
Initializes the value for the sha attribute.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.state(String state) |
Initializes the value for the state attribute.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.targetUrl(URI targetUrl) |
Initializes the optional value targetUrl to targetUrl.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.targetUrl(Optional<? extends URI> targetUrl) |
Initializes the optional value targetUrl to targetUrl.
|
ImmutableStatusEvent.Builder |
ImmutableStatusEvent.Builder.updatedAt(GitHubInstant updatedAt) |
Initializes the value for the updatedAt attribute.
|