Uses of Interface
com.spotify.github.v3.activity.events.PullRequestEvent
-
Packages that use PullRequestEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of PullRequestEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement PullRequestEvent Modifier and Type Class Description classImmutablePullRequestEventImmutable implementation ofPullRequestEvent.Methods in com.spotify.github.v3.activity.events with parameters of type PullRequestEvent Modifier and Type Method Description static ImmutablePullRequestEventImmutablePullRequestEvent. copyOf(PullRequestEvent instance)Creates an immutable copy of aPullRequestEventvalue.ImmutablePullRequestEvent.BuilderImmutablePullRequestEvent.Builder. from(PullRequestEvent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.PullRequestEventinstance.
-