Uses of Interface
com.spotify.github.v3.issues.Event
-
Packages that use Event Package Description com.spotify.github.v3.issues -
-
Uses of Event in com.spotify.github.v3.issues
Classes in com.spotify.github.v3.issues that implement Event Modifier and Type Class Description class
ImmutableEvent
Immutable implementation ofEvent
.Methods in com.spotify.github.v3.issues with parameters of type Event Modifier and Type Method Description static ImmutableEvent
ImmutableEvent. copyOf(Event instance)
Creates an immutable copy of aEvent
value.ImmutableEvent.Builder
ImmutableEvent.Builder. from(Event instance)
Fill a builder with attribute values from the providedEvent
instance.
-