Uses of Interface
com.spotify.github.v3.activity.events.PushEvent
-
Packages that use PushEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of PushEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement PushEvent Modifier and Type Class Description classImmutablePushEventImmutable implementation ofPushEvent.Methods in com.spotify.github.v3.activity.events with parameters of type PushEvent Modifier and Type Method Description static ImmutablePushEventImmutablePushEvent. copyOf(PushEvent instance)Creates an immutable copy of aPushEventvalue.ImmutablePushEvent.BuilderImmutablePushEvent.Builder. from(PushEvent instance)Fill a builder with attribute values from the providedPushEventinstance.
-