Uses of Interface
com.spotify.github.v3.activity.events.ForkEvent
-
Packages that use ForkEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of ForkEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement ForkEvent Modifier and Type Class Description classImmutableForkEventImmutable implementation ofForkEvent.Methods in com.spotify.github.v3.activity.events with parameters of type ForkEvent Modifier and Type Method Description static ImmutableForkEventImmutableForkEvent. copyOf(ForkEvent instance)Creates an immutable copy of aForkEventvalue.ImmutableForkEvent.BuilderImmutableForkEvent.Builder. from(ForkEvent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.ForkEventinstance.
-