public class APIResponseBuilder
extends java.lang.Object
Constructor and Description |
---|
APIResponseBuilder() |
Modifier and Type | Method and Description |
---|---|
static APIResponse |
create(java.lang.String jsonString)
Create API response instance by the specified response JSON string.
|
public static APIResponse create(java.lang.String jsonString)
jsonString
- - API Response JSON string.