Uses of Interface
com.spotify.github.v3.repos.PushRepository
-
Packages that use PushRepository Package Description com.spotify.github.v3.activity.events com.spotify.github.v3.repos -
-
Uses of PushRepository in com.spotify.github.v3.activity.events
Methods in com.spotify.github.v3.activity.events that return PushRepository Modifier and Type Method Description PushRepositoryImmutablePushEvent. repository()ThePushRepositoryPushRepositoryPushEvent. repository()ThePushRepositoryMethods in com.spotify.github.v3.activity.events with parameters of type PushRepository Modifier and Type Method Description ImmutablePushEvent.BuilderImmutablePushEvent.Builder. repository(PushRepository repository)Initializes the value for therepositoryattribute.ImmutablePushEventImmutablePushEvent. withRepository(PushRepository value)Copy the current immutable object by setting a value for therepositoryattribute. -
Uses of PushRepository in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement PushRepository Modifier and Type Class Description classImmutablePushRepositoryImmutable implementation ofPushRepository.Methods in com.spotify.github.v3.repos with parameters of type PushRepository Modifier and Type Method Description static ImmutablePushRepositoryImmutablePushRepository. copyOf(PushRepository instance)Creates an immutable copy of aPushRepositoryvalue.ImmutablePushRepository.BuilderImmutablePushRepository.Builder. from(PushRepository instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.PushRepositoryinstance.
-