Uses of Interface
com.spotify.github.v3.search.Search
-
Packages that use Search Package Description com.spotify.github.v3.search -
-
Uses of Search in com.spotify.github.v3.search
Subinterfaces of Search in com.spotify.github.v3.search Modifier and Type Interface Description interfaceSearchIssuesIssues search result resourceinterfaceSearchRepositoriesRepositories search result resourceinterfaceSearchUsersUsers search result resourceClasses in com.spotify.github.v3.search that implement Search Modifier and Type Class Description classImmutableSearchImmutable implementation ofSearch.classImmutableSearchIssuesImmutable implementation ofSearchIssues.classImmutableSearchRepositoriesImmutable implementation ofSearchRepositories.classImmutableSearchUsersImmutable implementation ofSearchUsers.Methods in com.spotify.github.v3.search with parameters of type Search Modifier and Type Method Description static ImmutableSearchImmutableSearch. copyOf(Search instance)Creates an immutable copy of aSearchvalue.ImmutableSearch.BuilderImmutableSearch.Builder. from(Search instance)Fill a builder with attribute values from the providedSearchinstance.ImmutableSearchIssues.BuilderImmutableSearchIssues.Builder. from(Search instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.search.Searchinstance.ImmutableSearchRepositories.BuilderImmutableSearchRepositories.Builder. from(Search instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.search.Searchinstance.ImmutableSearchUsers.BuilderImmutableSearchUsers.Builder. from(Search instance)Fill a builder with attribute values from the providedcom.spotify.github.v3.search.Searchinstance.
-