Uses of Class
com.spotify.github.v3.activity.events.ImmutableBaseEvent
-
Packages that use ImmutableBaseEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of ImmutableBaseEvent in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return ImmutableBaseEvent Modifier and Type Method Description ImmutableBaseEventImmutableBaseEvent.Builder. build()Builds a newImmutableBaseEvent.static ImmutableBaseEventImmutableBaseEvent. copyOf(BaseEvent instance)Creates an immutable copy of aBaseEventvalue.ImmutableBaseEventImmutableBaseEvent. withEventInstallation(EventInstallation value)Copy the current immutable object by setting a value for theeventInstallationattribute.ImmutableBaseEventImmutableBaseEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableBaseEventImmutableBaseEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.
-