public static class Storefront.QueryResponse
extends java.lang.Object
| Constructor and Description |
|---|
QueryResponse(TopLevelResponse response) |
| Modifier and Type | Method and Description |
|---|---|
static Storefront.QueryResponse |
fromJson(java.lang.String json) |
Storefront.QueryRoot |
getData() |
java.util.List<Error> |
getErrors() |
java.lang.String |
prettyPrintJson() |
java.lang.String |
toJson() |
public QueryResponse(TopLevelResponse response) throws SchemaViolationError
SchemaViolationErrorpublic Storefront.QueryRoot getData()
public java.util.List<Error> getErrors()
public java.lang.String toJson()
public java.lang.String prettyPrintJson()
public static Storefront.QueryResponse fromJson(java.lang.String json) throws SchemaViolationError
SchemaViolationError