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