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