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 class
ImmutableCommitCommentEvent
Immutable implementation ofCommitCommentEvent
.Methods in com.spotify.github.v3.activity.events with parameters of type CommitCommentEvent Modifier and Type Method Description static ImmutableCommitCommentEvent
ImmutableCommitCommentEvent. copyOf(CommitCommentEvent instance)
Creates an immutable copy of aCommitCommentEvent
value.ImmutableCommitCommentEvent.Builder
ImmutableCommitCommentEvent.Builder. from(CommitCommentEvent instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.CommitCommentEvent
instance.
-