Uses of Interface
com.spotify.github.v3.activity.events.CheckRunEvent
-
Packages that use CheckRunEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of CheckRunEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement CheckRunEvent Modifier and Type Class Description class
ImmutableCheckRunEvent
Immutable implementation ofCheckRunEvent
.Methods in com.spotify.github.v3.activity.events with parameters of type CheckRunEvent Modifier and Type Method Description static ImmutableCheckRunEvent
ImmutableCheckRunEvent. copyOf(CheckRunEvent instance)
Creates an immutable copy of aCheckRunEvent
value.ImmutableCheckRunEvent.Builder
ImmutableCheckRunEvent.Builder. from(CheckRunEvent instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.CheckRunEvent
instance.
-