Package com.spotify.github.v3.search
Interface Search
-
- All Known Subinterfaces:
SearchIssues,SearchRepositories,SearchUsers
- All Known Implementing Classes:
ImmutableSearch,ImmutableSearchIssues,ImmutableSearchRepositories,ImmutableSearchUsers
@Immutable public interface SearchSearch result base resource. This base entity for specific search result resources exists to overcome gson generics serialization issues.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BooleanincompleteResults()Are returned results incompleteIntegertotalCount()Total count of search hits
-