Uses of Interface
com.spotify.github.v3.activity.events.IssuesEvent
-
Packages that use IssuesEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of IssuesEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement IssuesEvent Modifier and Type Class Description classImmutableIssuesEventImmutable implementation ofIssuesEvent.Methods in com.spotify.github.v3.activity.events with parameters of type IssuesEvent Modifier and Type Method Description static ImmutableIssuesEventImmutableIssuesEvent. copyOf(IssuesEvent instance)Creates an immutable copy of aIssuesEventvalue.ImmutableIssuesEvent.BuilderImmutableIssuesEvent.Builder. from(IssuesEvent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.IssuesEventinstance.
-