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 class
ImmutablePushEvent
Immutable implementation ofPushEvent
.Methods in com.spotify.github.v3.activity.events with parameters of type PushEvent Modifier and Type Method Description static ImmutablePushEvent
ImmutablePushEvent. copyOf(PushEvent instance)
Creates an immutable copy of aPushEvent
value.ImmutablePushEvent.Builder
ImmutablePushEvent.Builder. from(PushEvent instance)
Fill a builder with attribute values from the providedPushEvent
instance.
-