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