Uses of Interface
com.spotify.github.v3.activity.events.PullRequestReviewEvent
-
Packages that use PullRequestReviewEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of PullRequestReviewEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement PullRequestReviewEvent Modifier and Type Class Description classImmutablePullRequestReviewEventImmutable implementation ofPullRequestReviewEvent.Methods in com.spotify.github.v3.activity.events with parameters of type PullRequestReviewEvent Modifier and Type Method Description static ImmutablePullRequestReviewEventImmutablePullRequestReviewEvent. copyOf(PullRequestReviewEvent instance)Creates an immutable copy of aPullRequestReviewEventvalue.ImmutablePullRequestReviewEvent.BuilderImmutablePullRequestReviewEvent.Builder. from(PullRequestReviewEvent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.PullRequestReviewEventinstance.
-