Uses of Interface
com.spotify.github.v3.repos.RepositoryBase
-
Packages that use RepositoryBase Package Description com.spotify.github.v3.repos -
-
Uses of RepositoryBase in com.spotify.github.v3.repos
Subinterfaces of RepositoryBase in com.spotify.github.v3.repos Modifier and Type Interface Description interface
PushRepository
Repository resource for push events.interface
Repository
Repository resourceClasses in com.spotify.github.v3.repos that implement RepositoryBase Modifier and Type Class Description class
ImmutablePushRepository
Immutable implementation ofPushRepository
.class
ImmutableRepository
Immutable implementation ofRepository
.class
ImmutableRepositoryBase
Immutable implementation ofRepositoryBase
.Methods in com.spotify.github.v3.repos with parameters of type RepositoryBase Modifier and Type Method Description static ImmutableRepositoryBase
ImmutableRepositoryBase. copyOf(RepositoryBase instance)
Creates an immutable copy of aRepositoryBase
value.ImmutablePushRepository.Builder
ImmutablePushRepository.Builder. from(RepositoryBase instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.RepositoryBase
instance.ImmutableRepository.Builder
ImmutableRepository.Builder. from(RepositoryBase instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.RepositoryBase
instance.ImmutableRepositoryBase.Builder
ImmutableRepositoryBase.Builder. from(RepositoryBase instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.RepositoryBase
instance.
-