Uses of Interface
com.spotify.github.v3.activity.events.IssueCommentEvent
-
Packages that use IssueCommentEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of IssueCommentEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement IssueCommentEvent Modifier and Type Class Description classImmutableIssueCommentEventImmutable implementation ofIssueCommentEvent.Methods in com.spotify.github.v3.activity.events with parameters of type IssueCommentEvent Modifier and Type Method Description static ImmutableIssueCommentEventImmutableIssueCommentEvent. copyOf(IssueCommentEvent instance)Creates an immutable copy of aIssueCommentEventvalue.ImmutableIssueCommentEvent.BuilderImmutableIssueCommentEvent.Builder. from(IssueCommentEvent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.IssueCommentEventinstance.
-