Class SearchResponse
java.lang.Object
com.arubanetworks.meridian.search.SearchResponse
Encapsulates the results of a
Search
.-
Method Summary
Modifier and TypeMethodDescriptionstatic SearchResponse
fromJSONObject
(JSONObject json, EditorKey appKey, int maxResults) Constructs a SearchResponse from a json response.Gets the search results.
-
Method Details
-
fromJSONObject
public static SearchResponse fromJSONObject(JSONObject json, EditorKey appKey, int maxResults) throws JSONException Constructs a SearchResponse from a json response.- Throws:
JSONException
- on malformed JSON
-
getResults
Gets the search results.
-