Uses of Class
com.spotify.github.v3.activity.events.ImmutableRepositoryEvent
-
Packages that use ImmutableRepositoryEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of ImmutableRepositoryEvent in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return ImmutableRepositoryEvent Modifier and Type Method Description ImmutableRepositoryEventImmutableRepositoryEvent.Builder. build()Builds a newImmutableRepositoryEvent.static ImmutableRepositoryEventImmutableRepositoryEvent. copyOf(RepositoryEvent instance)Creates an immutable copy of aRepositoryEventvalue.ImmutableRepositoryEventImmutableRepositoryEvent. withAction(String value)Copy the current immutable object by setting a value for theactionattribute.ImmutableRepositoryEventImmutableRepositoryEvent. withEventInstallation(EventInstallation value)Copy the current immutable object by setting a value for theeventInstallationattribute.ImmutableRepositoryEventImmutableRepositoryEvent. withOrganization(Organization value)Copy the current immutable object by setting a value for theorganizationattribute.ImmutableRepositoryEventImmutableRepositoryEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableRepositoryEventImmutableRepositoryEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.
-