Uses of Class
com.spotify.github.v3.activity.events.ImmutableIssuesEvent
-
Packages that use ImmutableIssuesEvent Package Description com.spotify.github.v3.activity.events -
-
Uses of ImmutableIssuesEvent in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return ImmutableIssuesEvent Modifier and Type Method Description ImmutableIssuesEventImmutableIssuesEvent.Builder. build()Builds a newImmutableIssuesEvent.static ImmutableIssuesEventImmutableIssuesEvent. copyOf(IssuesEvent instance)Creates an immutable copy of aIssuesEventvalue.ImmutableIssuesEventImmutableIssuesEvent. withAction(String value)Copy the current immutable object by setting a value for theactionattribute.ImmutableIssuesEventImmutableIssuesEvent. withEventInstallation(EventInstallation value)Copy the current immutable object by setting a value for theeventInstallationattribute.ImmutableIssuesEventImmutableIssuesEvent. withIssue(Issue value)Copy the current immutable object by setting a value for theissueattribute.ImmutableIssuesEventImmutableIssuesEvent. withRepository(Repository value)Copy the current immutable object by setting a value for therepositoryattribute.ImmutableIssuesEventImmutableIssuesEvent. withSender(User value)Copy the current immutable object by setting a value for thesenderattribute.
-