public 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() |
PagedSearchIterable<T> |
list()
Performs the search.
|
GHQueryBuilder<T> |
q(String term)
Search terms.
|
public GHQueryBuilder<T> q(String term)
public PagedSearchIterable<T> list()
list in class GHQueryBuilder<T>protected abstract String getApiUrl()
Copyright © 2017. All rights reserved.