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 ImmutableRepositoryEvent
ImmutableRepositoryEvent.Builder. build()
Builds a newImmutableRepositoryEvent
.static ImmutableRepositoryEvent
ImmutableRepositoryEvent. copyOf(RepositoryEvent instance)
Creates an immutable copy of aRepositoryEvent
value.ImmutableRepositoryEvent
ImmutableRepositoryEvent. withAction(String value)
Copy the current immutable object by setting a value for theaction
attribute.ImmutableRepositoryEvent
ImmutableRepositoryEvent. withEventInstallation(EventInstallation value)
Copy the current immutable object by setting a value for theeventInstallation
attribute.ImmutableRepositoryEvent
ImmutableRepositoryEvent. withOrganization(Organization value)
Copy the current immutable object by setting a value for theorganization
attribute.ImmutableRepositoryEvent
ImmutableRepositoryEvent. withRepository(Repository value)
Copy the current immutable object by setting a value for therepository
attribute.ImmutableRepositoryEvent
ImmutableRepositoryEvent. withSender(User value)
Copy the current immutable object by setting a value for thesender
attribute.
-