Modifier and Type | Method and Description |
---|---|
static SearchResponse |
fromJSONObject(JSONObject json,
EditorKey appKey,
int maxResults)
Constructs a SearchResponse from a json response.
|
List<SearchResult> |
getResults()
Gets the search results.
|
public static SearchResponse fromJSONObject(JSONObject json, EditorKey appKey, int maxResults) throws JSONException
Constructs a SearchResponse from a json response.
JSONException
- on malformed JSONpublic List<SearchResult> getResults()
Gets the search results.