Uses of Interface
com.spotify.github.v3.search.SearchRepositories
-
Packages that use SearchRepositories Package Description com.spotify.github.v3.clients com.spotify.github.v3.search -
-
Uses of SearchRepositories in com.spotify.github.v3.clients
Methods in com.spotify.github.v3.clients that return types with arguments of type SearchRepositories Modifier and Type Method Description CompletableFuture<SearchRepositories>SearchClient. repositories(SearchParameters parameters)Search repositories. -
Uses of SearchRepositories in com.spotify.github.v3.search
Classes in com.spotify.github.v3.search that implement SearchRepositories Modifier and Type Class Description classImmutableSearchRepositoriesImmutable implementation ofSearchRepositories.Methods in com.spotify.github.v3.search with parameters of type SearchRepositories Modifier and Type Method Description static ImmutableSearchRepositoriesImmutableSearchRepositories. copyOf(SearchRepositories instance)Creates an immutable copy of aSearchRepositoriesvalue.ImmutableSearchRepositories.BuilderImmutableSearchRepositories.Builder. from(SearchRepositories instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.search.SearchRepositoriesinstance.
-