public class QueryResponseParser extends Object
| Constructor and Description |
|---|
QueryResponseParser(String json)
CONSTRUCTOR
Create an instance of the QueryResponseParser using the information in the provided json.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getJsonItems()
Getter for Json Items from Json Array
|
public QueryResponseParser(String json) throws IllegalArgumentException
json - is the string that contains a valid json with the QueryResponse.IllegalArgumentException - if the json is null, empty, or not valid.Copyright © 2019. All rights reserved.