Uses of Interface
com.spotify.github.v3.activity.events.PullRequestReviewCommentEvent
-
Packages that use PullRequestReviewCommentEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of PullRequestReviewCommentEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement PullRequestReviewCommentEvent Modifier and Type Class Description classImmutablePullRequestReviewCommentEventImmutable implementation ofPullRequestReviewCommentEvent.Methods in com.spotify.github.v3.activity.events with parameters of type PullRequestReviewCommentEvent Modifier and Type Method Description static ImmutablePullRequestReviewCommentEventImmutablePullRequestReviewCommentEvent. copyOf(PullRequestReviewCommentEvent instance)Creates an immutable copy of aPullRequestReviewCommentEventvalue.ImmutablePullRequestReviewCommentEvent.BuilderImmutablePullRequestReviewCommentEvent.Builder. from(PullRequestReviewCommentEvent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.PullRequestReviewCommentEventinstance.
-