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 PushRepository
ImmutablePushEvent. repository()
ThePushRepository
PushRepository
PushEvent. repository()
ThePushRepository
Methods in com.spotify.github.v3.activity.events with parameters of type PushRepository Modifier and Type Method Description ImmutablePushEvent.Builder
ImmutablePushEvent.Builder. repository(PushRepository repository)
Initializes the value for therepository
attribute.ImmutablePushEvent
ImmutablePushEvent. withRepository(PushRepository value)
Copy the current immutable object by setting a value for therepository
attribute. -
Uses of PushRepository in com.spotify.github.v3.repos
Classes in com.spotify.github.v3.repos that implement PushRepository Modifier and Type Class Description class
ImmutablePushRepository
Immutable implementation ofPushRepository
.Methods in com.spotify.github.v3.repos with parameters of type PushRepository Modifier and Type Method Description static ImmutablePushRepository
ImmutablePushRepository. copyOf(PushRepository instance)
Creates an immutable copy of aPushRepository
value.ImmutablePushRepository.Builder
ImmutablePushRepository.Builder. from(PushRepository instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.PushRepository
instance.
-