Uses of Interface
com.spotify.github.v3.activity.events.CommitCommentEvent
-
Packages that use CommitCommentEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of CommitCommentEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement CommitCommentEvent Modifier and Type Class Description classImmutableCommitCommentEventImmutable implementation ofCommitCommentEvent.Methods in com.spotify.github.v3.activity.events with parameters of type CommitCommentEvent Modifier and Type Method Description static ImmutableCommitCommentEventImmutableCommitCommentEvent. copyOf(CommitCommentEvent instance)Creates an immutable copy of aCommitCommentEventvalue.ImmutableCommitCommentEvent.BuilderImmutableCommitCommentEvent.Builder. from(CommitCommentEvent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.CommitCommentEventinstance.
-