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 ImmutableForkEventImmutableForkEvent.Builder. build()Builds a newImmutableForkEvent.static ImmutableForkEventImmutableForkEvent. copyOf(ForkEvent instance)Creates an immutable copy of aForkEventvalue.ImmutableForkEventImmutableForkEvent. withEventInstallation(EventInstallation value)Copy the current immutable object by setting a value for theeventInstallationattribute.ImmutableForkEventImmutableForkEvent. withForkee(Repository value)Copy the current immutable object by setting a value for theforkeeattribute.ImmutableForkEventImmutableForkEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableForkEventImmutableForkEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.
-