public static class Storefront.OrderEdge extends AbstractResponse<Storefront.OrderEdge>
optimisticData, responseData| Constructor and Description |
|---|
OrderEdge() |
OrderEdge(JsonObject fields) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCursor()
A cursor for use in pagination.
|
java.lang.String |
getGraphQlTypeName() |
Storefront.Order |
getNode()
The item at the end of OrderEdge.
|
Storefront.OrderEdge |
setCursor(java.lang.String arg) |
Storefront.OrderEdge |
setNode(Storefront.Order arg) |
boolean |
unwrapsToObject(java.lang.String key) |
collectNodes, get, getFieldName, getKey, jsonAsArray, jsonAsBoolean, jsonAsDouble, jsonAsInteger, jsonAsObject, jsonAsString, withAliaspublic OrderEdge()
public OrderEdge(JsonObject fields)
throws SchemaViolationError
SchemaViolationErrorpublic java.lang.String getGraphQlTypeName()
public java.lang.String getCursor()
public Storefront.OrderEdge setCursor(java.lang.String arg)
public Storefront.Order getNode()
public Storefront.OrderEdge setNode(Storefront.Order arg)
public boolean unwrapsToObject(java.lang.String key)
unwrapsToObject in class AbstractResponse<Storefront.OrderEdge>