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 class
ImmutableSearchRepositories
Immutable implementation ofSearchRepositories
.Methods in com.spotify.github.v3.search with parameters of type SearchRepositories Modifier and Type Method Description static ImmutableSearchRepositories
ImmutableSearchRepositories. copyOf(SearchRepositories instance)
Creates an immutable copy of aSearchRepositories
value.ImmutableSearchRepositories.Builder
ImmutableSearchRepositories.Builder. from(SearchRepositories instance)
Fill a builder with attribute values from the providedcom.spotify.github.v3.search.SearchRepositories
instance.
-