static ImmutableDeleteEvent.Builder |
ImmutableDeleteEvent.builder() |
|
ImmutableDeleteEvent.Builder |
ImmutableDeleteEvent.Builder.eventInstallation(EventInstallation eventInstallation) |
|
ImmutableDeleteEvent.Builder |
ImmutableDeleteEvent.Builder.from(BaseEvent instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.activity.events.BaseEvent instance.
|
ImmutableDeleteEvent.Builder |
ImmutableDeleteEvent.Builder.from(DeleteEvent instance) |
Fill a builder with attribute values from the provided com.spotify.github.v3.activity.events.DeleteEvent instance.
|
ImmutableDeleteEvent.Builder |
ImmutableDeleteEvent.Builder.pusherType(String pusherType) |
Initializes the value for the pusherType attribute.
|
ImmutableDeleteEvent.Builder |
ImmutableDeleteEvent.Builder.ref(String ref) |
Initializes the value for the ref attribute.
|
ImmutableDeleteEvent.Builder |
ImmutableDeleteEvent.Builder.refType(String refType) |
Initializes the value for the refType attribute.
|
ImmutableDeleteEvent.Builder |
ImmutableDeleteEvent.Builder.repository(Repository repository) |
Initializes the value for the repository attribute.
|
ImmutableDeleteEvent.Builder |
ImmutableDeleteEvent.Builder.sender(User sender) |
Initializes the value for the sender attribute.
|