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 interfacePushRepositoryRepository resource for push events.interfaceRepositoryRepository resourceClasses in com.spotify.github.v3.repos that implement RepositoryBase Modifier and Type Class Description classImmutablePushRepositoryImmutable implementation ofPushRepository.classImmutableRepositoryImmutable implementation ofRepository.classImmutableRepositoryBaseImmutable implementation ofRepositoryBase.Methods in com.spotify.github.v3.repos with parameters of type RepositoryBase Modifier and Type Method Description static ImmutableRepositoryBaseImmutableRepositoryBase. copyOf(RepositoryBase instance)Creates an immutable copy of aRepositoryBasevalue.ImmutablePushRepository.BuilderImmutablePushRepository.Builder. from(RepositoryBase instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.RepositoryBaseinstance.ImmutableRepository.BuilderImmutableRepository.Builder. from(RepositoryBase instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.RepositoryBaseinstance.ImmutableRepositoryBase.BuilderImmutableRepositoryBase.Builder. from(RepositoryBase instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.repos.RepositoryBaseinstance.
-