Uses of Interface
com.spotify.github.v3.activity.events.StatusEvent
-
Packages that use StatusEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of StatusEvent in com.spotify.github.v3.activity.events
Classes in com.spotify.github.v3.activity.events that implement StatusEvent Modifier and Type Class Description classImmutableStatusEventImmutable implementation ofStatusEvent.Methods in com.spotify.github.v3.activity.events with parameters of type StatusEvent Modifier and Type Method Description static ImmutableStatusEventImmutableStatusEvent. copyOf(StatusEvent instance)Creates an immutable copy of aStatusEventvalue.ImmutableStatusEvent.BuilderImmutableStatusEvent.Builder. from(StatusEvent instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.activity.events.StatusEventinstance.
-