T - the type parameterpublic abstract class GHSearchBuilder<T> extends GHQueryBuilder<T>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
terms |
req, root| Modifier and Type | Method and Description |
|---|---|
protected abstract String |
getApiUrl()
Gets api url.
|
PagedSearchIterable<T> |
list()
Performs the search.
|
GHQueryBuilder<T> |
q(String term)
Search terms.
|
public GHQueryBuilder<T> q(String term)
term - the termpublic PagedSearchIterable<T> list()
list in class GHQueryBuilder<T>protected abstract String getApiUrl()
Copyright © 2020. All rights reserved.