Uses of Class
com.spotify.github.v3.activity.events.ImmutableForkEvent
-
Packages that use ImmutableForkEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of ImmutableForkEvent in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return ImmutableForkEvent Modifier and Type Method Description ImmutableForkEvent
ImmutableForkEvent.Builder. build()
Builds a newImmutableForkEvent
.static ImmutableForkEvent
ImmutableForkEvent. copyOf(ForkEvent instance)
Creates an immutable copy of aForkEvent
value.ImmutableForkEvent
ImmutableForkEvent. withEventInstallation(EventInstallation value)
Copy the current immutable object by setting a value for theeventInstallation
attribute.ImmutableForkEvent
ImmutableForkEvent. withForkee(Repository value)
Copy the current immutable object by setting a value for theforkee
attribute.ImmutableForkEvent
ImmutableForkEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableForkEvent
ImmutableForkEvent. withSender(User value)
Copy the current immutable object by setting a value for thesender
attribute.
-