public class JobsResponseParser extends Object
| Constructor and Description |
|---|
JobsResponseParser() |
| Modifier and Type | Method and Description |
|---|---|
static JobsResponseParser |
createFromJson(String json)
Static constructor to create a instance based on the provided json
|
public static JobsResponseParser createFromJson(String json) throws IllegalArgumentException, com.google.gson.JsonParseException
json - is the string with the json to parseIllegalArgumentException - if the json is null or empty, or if any date is invalidcom.google.gson.JsonParseException - if the json is not validCopyright © 2024. All rights reserved.